Include a few new stubs to handle the new full_fname() function.
authorWayne Davison <wayned@samba.org>
Thu, 11 Sep 2003 04:48:13 +0000 (04:48 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 11 Sep 2003 04:48:13 +0000 (04:48 +0000)
t_stub.c

index 88b697e..8f6d784 100644 (file)
--- a/t_stub.c
+++ b/t_stub.c
@@ -27,6 +27,7 @@
  **/
 
 int modify_window = 0;
  **/
 
 int modify_window = 0;
+int module_id = -1;
 struct exclude_struct **server_exclude_list;
 
  void rprintf(UNUSED(enum logcode code), const char *format, ...)
 struct exclude_struct **server_exclude_list;
 
  void rprintf(UNUSED(enum logcode code), const char *format, ...)
@@ -51,3 +52,19 @@ struct exclude_struct **server_exclude_list;
         * just return 0. */
        return 0;
 }
         * just return 0. */
        return 0;
 }
+
+ char *lp_name(UNUSED(int mod))
+{
+    return NULL;
+}
+
+ BOOL lp_use_chroot(UNUSED(int mod))
+{
+    return 0;
+}
+
+ char *lp_path(UNUSED(int mod))
+{
+    return NULL;
+}
+