source: trunk-3.0/source/web/swat_proto.h@ 102

Last change on this file since 102 was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 1.3 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);
17char *cgi_remote_host(void);
18char *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 process_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
48
49#endif /* _SWAT_PROTO_H_ */
Note: See TracBrowser for help on using the repository browser.