diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-08 06:21:33 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-08 06:21:33 +0000 |
commit | 788263ba2f749c5bb1546ca6c9363fd508e94280 (patch) | |
tree | f5b278f2db2295ad17ec2c0ac824ce52c809cb2c /source3/include | |
parent | 60877fdd8d19015214396de02f62b5ff999199f3 (diff) | |
download | samba-788263ba2f749c5bb1546ca6c9363fd508e94280.tar.gz samba-788263ba2f749c5bb1546ca6c9363fd508e94280.tar.bz2 samba-788263ba2f749c5bb1546ca6c9363fd508e94280.zip |
- fixed a bunch of warnings and minor errors
- got smbtorture to compile
- removed %D from some of lukes code - Luke, what is %D? it ain't
portable anyway
(This used to be commit 91597c12fb593f49b23c7cea5b64dbb89a0428b3)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 062fe35264..1c31c1076b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -454,7 +454,7 @@ FILE *startlmhosts(char *fname); BOOL getlmhostsent( FILE *fp, char *name, int *name_type, struct in_addr *ipaddr); void endlmhosts(FILE *fp); BOOL resolve_name(char *name, struct in_addr *return_ip, int name_type); -BOOL find_master(char *group, struct in_addr *master_ip); +BOOL find_master_ip(char *group, struct in_addr *master_ip); /*The following definitions come from libsmb/nmblib.c */ |