diff options
Diffstat (limited to 'xorg-server/Xi/getvers.h')
-rw-r--r-- | xorg-server/Xi/getvers.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/Xi/getvers.h b/xorg-server/Xi/getvers.h index c67e77a0f..11fec4b06 100644 --- a/xorg-server/Xi/getvers.h +++ b/xorg-server/Xi/getvers.h @@ -30,15 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef GETVERS_H #define GETVERS_H 1 -int SProcXGetExtensionVersion(ClientPtr /* client */ +int SProcXGetExtensionVersion(ClientPtr /* client */ ); -int ProcXGetExtensionVersion(ClientPtr /* client */ +int ProcXGetExtensionVersion(ClientPtr /* client */ ); void SRepXGetExtensionVersion(ClientPtr /* client */ , - int /* size */ , - xGetExtensionVersionReply * /* rep */ + int /* size */ , + xGetExtensionVersionReply * /* rep */ ); -#endif /* GETVERS_H */ +#endif /* GETVERS_H */ |