Commit 9b9114e8 authored by Wayne Davison's avatar Wayne Davison

Include a few new stubs to handle the new full_fname() function.

parent 857e38bb
......@@ -27,6 +27,7 @@
**/
int modify_window = 0;
int module_id = -1;
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;
}
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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment