summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-11-03 19:24:45 +0000
committerJeremy Allison <jra@samba.org>1997-11-03 19:24:45 +0000
commitcdc6099647f7a48a8e31f9dfc331fe82dd66acdf (patch)
tree94dc6f2206e99647089b49cc6ca638dc90744643 /source3/include
parent4039df6d4b28064a6e72fbdbcf34cce6f961c4c4 (diff)
downloadsamba-cdc6099647f7a48a8e31f9dfc331fe82dd66acdf.tar.gz
samba-cdc6099647f7a48a8e31f9dfc331fe82dd66acdf.tar.bz2
samba-cdc6099647f7a48a8e31f9dfc331fe82dd66acdf.zip
Rolling back the files
loadparm.c : to equivalent to version 1.67 reply.c : to equivalent to version 1.69 server.c : to equivalent to version 1.122 util.c : to equivalent to version 1.98 to remove the incorrect changes. proto.h: The usual. rpc_pipes/smbparse.c : Backeting stuff that SHOULD NOT BE IN THE none-NTDOMAIN build ! Jeremy. (This used to be commit 6064c9d80fd9fcc3ceec528494ba5e2591610098)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 4a370e0dac..4054a12c19 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -183,8 +183,6 @@ int interpret_coding_system(char *str, int def);
/*The following definitions come from loadparm.c */
-char *chomp(char *s);
-char *read_string_external(char *fname);
char *lp_string(char *s);
char *lp_logfile(void);
char *lp_smbrun(void);
@@ -331,7 +329,6 @@ BOOL lp_syncalways(int );
BOOL lp_map_system(int );
BOOL lp_delete_readonly(int );
BOOL lp_fake_oplocks(int );
-BOOL lp_online(int );
BOOL lp_recursive_veto_delete(int );
BOOL lp_dos_filetimes(int );
int lp_create_mode(int );
@@ -1275,4 +1272,3 @@ char *align_offset(char *q, char *base, int align_offset_len);
void print_asc(int level, unsigned char *buf,int len);
void dump_data(int level,char *buf1,int len);
char *tab_depth(int depth);
-char *string_buffer(int sz);