diff options
Diffstat (limited to 'lib/libFS/src/FSGetCats.c')
-rw-r--r-- | lib/libFS/src/FSGetCats.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libFS/src/FSGetCats.c b/lib/libFS/src/FSGetCats.c index 39792f696..36a134b91 100644 --- a/lib/libFS/src/FSGetCats.c +++ b/lib/libFS/src/FSGetCats.c @@ -57,9 +57,9 @@ in this Software without prior written authorization from The Open Group. #include "FSlibint.h" char ** -FSGetCatalogues(svr, num) - FSServer *svr; - int *num; +FSGetCatalogues( + FSServer *svr, + int *num) { fsGetCataloguesReply rep; char **list; |