summaryrefslogtreecommitdiffstats
path: root/daemon/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/actions.h')
-rw-r--r--daemon/actions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/actions.h b/daemon/actions.h
index 8beeed6e..8f381634 100644
--- a/daemon/actions.h
+++ b/daemon/actions.h
@@ -145,3 +145,5 @@ extern char **do_head (char *path);
extern char **do_head_n (int nrlines, char *path);
extern char **do_tail (char *path);
extern char **do_tail_n (int nrlines, char *path);
+extern char *do_df (void);
+extern char *do_df_h (void);