diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 804575a2b0..8462bf7e09 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -45,11 +45,7 @@ char *afs_createtoken_str(const char *username, const char *cell); /* The following definitions come from lib/afs_settoken.c */ -int afs_syscall( int subcall, - const char * path, - int cmd, - char * cmarg, - int follow); +int afs_syscall(int subcall, const char *path, int cmd, char *cmarg, int follow); bool afs_settoken_str(const char *token_string); bool afs_settoken_str(const char *token_string); |