Commit 5a473548 authored by Wayne Davison's avatar Wayne Davison

Added a stub function for make_bak_dir().

parent f5b532b1
......@@ -64,6 +64,11 @@ struct filter_list_struct server_filter_list;
return 0;
}
int make_bak_dir(UNUSED(const char *fullpath))
{
return -1;
}
char *lp_name(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