Code

src/common.[ch]: walk_directory: Add "include hidden" argument.
[collectd.git] / src / common.h
index 019e8b69f9817e673df2b7f3f673401d91e7579f..2d5c7945f44b0e5448c33c7880487f1e57b0f4e6 100644 (file)
@@ -280,7 +280,7 @@ int notification_init (notification_t *n, int severity, const char *message,
 typedef int (*dirwalk_callback_f)(const char *dirname, const char *filename,
                void *user_data);
 int walk_directory (const char *dir, dirwalk_callback_f callback,
-               void *user_data);
+               void *user_data, int hidden);
 int read_file_contents (const char *filename, char *buf, int bufsize);
 
 counter_t counter_diff (counter_t old_value, counter_t new_value);