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 | ac48db7f2130c29a25185bc5450f94811cc54640 (patch) | |
tree | 454033c1523893dd3f7bfabec33f3aae4f454157 | |
parent | 66268ae5881f43fbdc1ccd751122ab2285c375ad (diff) | |
download | samba-ac48db7f2130c29a25185bc5450f94811cc54640.tar.gz samba-ac48db7f2130c29a25185bc5450f94811cc54640.tar.xz samba-ac48db7f2130c29a25185bc5450f94811cc54640.zip |
lp_fstype() proto
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 6c63df7e307..161e6a6beda 100644 --- a/source/include/proto.h +++ b/source/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 ); |