summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2015-06-15 03:08:58 +0200
committerRadek Podgorny <radek@podgorny.cz>2015-06-15 03:08:58 +0200
commitd0b981438185c52323e40adc6ab7079afe742785 (patch)
tree0302cbebaf731c705d8dabceeb235820ca2f37e4
parent146a2dfda5bafa4f4618a8a00d9454b61706d0db (diff)
downloadunionfs-fuse-git-d0b981438185c52323e40adc6ab7079afe742785.tar.gz
unify set_debug_path signature in header and source
-rw-r--r--src/opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opts.h b/src/opts.h
index 79ba55f..78ac1f8 100644
--- a/src/opts.h
+++ b/src/opts.h
@@ -51,7 +51,7 @@ enum {
extern uopt_t uopt;
-void set_debug_path(char *new_path, int strlen);
+void set_debug_path(char *new_path, int len);
bool set_debug_onoff(int value);
void uopt_init();
int unionfs_opt_proc(void *data, const char *arg, int key, struct fuse_args *outargs);