diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-09-21 11:34:44 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-09-21 11:34:44 +0000 |
commit | ac39ce3eba28eed97942e915f7b4cd77cdfd9e2d (patch) | |
tree | 0d1a85c8a7cb40edc812ae51b0fd9dee94bcff00 /source3/include/proto.h | |
parent | e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f (diff) | |
download | samba-ac39ce3eba28eed97942e915f7b4cd77cdfd9e2d.tar.gz samba-ac39ce3eba28eed97942e915f7b4cd77cdfd9e2d.tar.bz2 samba-ac39ce3eba28eed97942e915f7b4cd77cdfd9e2d.zip |
replace getpass() with getsmbpass() if getsmbpass.c compiles
(This used to be commit 9a5bdf5c1bef689fe0d6879949df869efbc34783)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 161e6a6bed..c2d5c0e1ff 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -521,7 +521,6 @@ void kill_async_dns_child(void); /*The following definitions come from nmbd/nmbd.c */ BOOL reload_services(BOOL test); -int main(int argc,char *argv[]); /*The following definitions come from nmbd/nmbd_become_dmb.c */ @@ -2013,5 +2012,4 @@ void status_page(void); /*The following definitions come from web/swat.c */ -int main(int argc, char *argv[]); #endif /* _PROTO_H_ */ |