summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2008-11-03 12:36:34 -0800
committerTim Prouty <tprouty@samba.org>2008-11-03 14:44:38 -0800
commit2efacde8c4346130227728f11a98481ed1e01515 (patch)
tree88136a5e20bc70b80bc6d4df55a174db5bff1a56 /source3/winbindd/winbindd_proto.h
parent4f25c779243ba38fce26dea51feafcf28492d79b (diff)
downloadsamba-2efacde8c4346130227728f11a98481ed1e01515.tar.gz
samba-2efacde8c4346130227728f11a98481ed1e01515.tar.bz2
samba-2efacde8c4346130227728f11a98481ed1e01515.zip
s3: fix a few "shadows a global declaration" warnings
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 95ccf30cfe..65ad47dd03 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -63,7 +63,7 @@ void setup_async_write(struct fd_event *event, void *data, size_t length,
void *private_data);
void request_error(struct winbindd_cli_state *state);
void request_ok(struct winbindd_cli_state *state);
-void winbind_check_sighup(const char *logfile);
+void winbind_check_sighup(const char *lfile);
void winbind_check_sigterm(bool in_parent);
int main(int argc, char **argv, char **envp);