From f0dc663c6332b4922826dcc446e4c5359646897e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 20 Sep 1998 15:48:35 +0000 Subject: lp_fstype() proto (This used to be commit ac48db7f2130c29a25185bc5450f94811cc54640) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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 ); -- cgit