source: branches/samba-3.2.x/source/web/swat_proto.h

Last change on this file was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

File size: 1.4 KB
Line 
1#ifndef _SWAT_PROTO_H_
2#define _SWAT_PROTO_H_
3
4/* This file is automatically generated with "make proto". DO NOT EDIT */
5
6
7/* The following definitions come from web/cgi.c */
8
9void cgi_load_variables(void);
10const char *cgi_variable(const char *name);
11const char *cgi_variable_nonull(const char *name);
12bool am_root(void);
13char *cgi_user_name(void);
14void cgi_setup(const char *rootdir, int auth_required);
15const char *cgi_baseurl(void);
16const char *cgi_pathinfo(void);
17const char *cgi_remote_host(void);
18const char *cgi_remote_addr(void);
19bool cgi_waspost(void);
20
21/* The following definitions come from web/diagnose.c */
22
23bool winbindd_running(void);
24bool nmbd_running(void);
25bool smbd_running(void);
26
27/* The following definitions come from web/neg_lang.c */
28
29int web_open(const char *fname, int flags, mode_t mode);
30void web_set_lang(const char *lang_string);
31
32/* The following definitions come from web/startstop.c */
33
34void start_smbd(void);
35void start_nmbd(void);
36void start_winbindd(void);
37void stop_smbd(void);
38void stop_nmbd(void);
39void stop_winbindd(void);
40void kill_pid(struct server_id pid);
41
42/* The following definitions come from web/statuspage.c */
43
44void status_page(void);
45
46/* The following definitions come from web/swat.c */
47
48const char *lang_msg_rotate(TALLOC_CTX *ctx, const char *msgid);
49
50#endif /* _SWAT_PROTO_H_ */
Note: See TracBrowser for help on using the repository browser.