summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-21 11:37:40 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-21 11:37:40 +0000
commit038e3433d39337f736b7b69ac1e6212e9f8e5406 (patch)
treea502a03d2b20d67b1602692207806a767178bb25 /source3/include
parent57f1129cdc154c56ae70287999c5961e072b4975 (diff)
downloadsamba-038e3433d39337f736b7b69ac1e6212e9f8e5406.tar.gz
samba-038e3433d39337f736b7b69ac1e6212e9f8e5406.tar.bz2
samba-038e3433d39337f736b7b69ac1e6212e9f8e5406.zip
added new smb.conf option "panic action". see my samba-technical
explanation. (This used to be commit c6899df44c34088a4d2bf1edc840320b0ba7e32e)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
-rw-r--r--source3/include/smb.h4
2 files changed, 2 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a4cac1c2f8..b89bb088dc 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -327,7 +327,7 @@ struct hostent *Get_Hostbyname(char *name);
BOOL process_exists(int pid);
char *uidtoname(int uid);
char *gidtoname(int gid);
-void ajt_panic(void);
+void smb_panic(char *why);
char *readdirname(void *p);
BOOL is_in_path(char *name, name_compare_entry *namelist);
void set_namearray(name_compare_entry **ppname_array, char *namelist);
@@ -901,6 +901,7 @@ char *lp_nis_home_map_name(void);
char *lp_announce_version(void);
char *lp_netbios_aliases(void);
char *lp_driverfile(void);
+char *lp_panic_action(void);
char *lp_domain_sid(void);
char *lp_domain_other_sids(void);
char *lp_domain_groups(void);
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 9d6c8d7e29..a11a3ac61f 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1265,10 +1265,6 @@ void dfs_unlogin(void);
extern int dcelogin_atmost_once;
#endif
-#if AJT
-void ajt_panic(void);
-#endif
-
#ifdef NOSTRDUP
char *strdup(char *s);
#endif