diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-09-20 15:48:35 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-09-20 15:48:35 +0000 |
commit | f0dc663c6332b4922826dcc446e4c5359646897e (patch) | |
tree | 36eeaa5f17987ca3a3705c175df2715101426726 /source3/include | |
parent | 5e634ef68c2abfda88153a402b189eb71e5aea0e (diff) | |
download | samba-f0dc663c6332b4922826dcc446e4c5359646897e.tar.gz samba-f0dc663c6332b4922826dcc446e4c5359646897e.tar.bz2 samba-f0dc663c6332b4922826dcc446e4c5359646897e.zip |
lp_fstype() proto
(This used to be commit ac48db7f2130c29a25185bc5450f94811cc54640)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6c63df7e30..161e6a6bed 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -990,6 +990,7 @@ char *lp_force_user(int ); char *lp_force_group(int ); char *lp_readlist(int ); char *lp_writelist(int ); +char *lp_fstype(int ); char *lp_mangled_map(int ); char *lp_veto_files(int ); char *lp_hide_files(int ); |