summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-17 11:44:16 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-17 11:44:16 +0000
commit59d7006b05bb301e36f786b047b90ab9ef5be122 (patch)
tree3569000d0fcf26e29da9f0801c492cf6fe45b8a7 /source3/include/proto.h
parent7a60caa1186dc84d6e590b968e072cdb448b6335 (diff)
downloadsamba-59d7006b05bb301e36f786b047b90ab9ef5be122.tar.gz
samba-59d7006b05bb301e36f786b047b90ab9ef5be122.tar.bz2
samba-59d7006b05bb301e36f786b047b90ab9ef5be122.zip
- added "Full View"/"Normal View" on the "view config" page
- added the ability to auto-refresh the status page. There is a problem with this (it can kill inetd!). Hopefully we can fix that. (This used to be commit 4488d8932fa072bf8a3ae236ab666618051b5e83)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 03fc3d6317..dfd9ca8be8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1031,7 +1031,7 @@ BOOL lp_loaded(void);
void lp_killunused(BOOL (*snumused)(int ));
BOOL lp_load(char *pszFname,BOOL global_only, BOOL save_defaults, BOOL add_ipc);
int lp_numservices(void);
-void lp_dump(FILE *f);
+void lp_dump(FILE *f, BOOL show_defaults);
int lp_servicenumber(char *pszServiceName);
char *volume_label(int snum);
void lp_rename_service(int snum, char *new_name);