summaryrefslogtreecommitdiff
path: root/stow.h
diff options
context:
space:
mode:
Diffstat (limited to 'stow.h')
-rw-r--r--stow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/stow.h b/stow.h
index 7643f66..54ff706 100644
--- a/stow.h
+++ b/stow.h
@@ -1,5 +1,5 @@
/* Hurd unionfs
- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005 Free Software Foundation, Inc.
Written by Gianluca Guida <glguida@gmail.com>.
This program is free software; you can redistribute it and/or
@@ -22,6 +22,9 @@
#ifndef _STOW_H
#define _STOW_H
+#include "pattern.h"
+
+error_t stow_init (void);
error_t stow_diradd (char *, int, struct patternlist *, int);
#endif /* _STOW_H */