diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-22 22:19:08 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-22 22:19:08 +0000 |
commit | a0512ce5ff104bd2d2d11b3e3167d214615a9fbf (patch) | |
tree | d4536d2a197d54e49ae403dfcb8a4ee48eac7aae /source3/include/proto.h | |
parent | 84866d423330b2a21720adef2e9bed5f45d8ff0c (diff) | |
download | samba-a0512ce5ff104bd2d2d11b3e3167d214615a9fbf.tar.gz samba-a0512ce5ff104bd2d2d11b3e3167d214615a9fbf.tar.bz2 samba-a0512ce5ff104bd2d2d11b3e3167d214615a9fbf.zip |
rpctorture command
(This used to be commit b4ae65e2d0582274d67d02ea190f6d3d83b48594)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d75832395d..e0d70a873c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -231,6 +231,7 @@ BOOL user_in_list(char *user,char *list); char *tmpdir(void); BOOL is_a_socket(int fd); +BOOL set_first_token(char *ptr); BOOL next_token(char **ptr,char *buff,char *sep, int bufsize); char **toktocliplist(int *ctok, char *sep); void set_socket_options(int fd, char *options); |