summaryrefslogtreecommitdiff
path: root/stow.h
diff options
context:
space:
mode:
authorGianluca Guida <glguida@gmail.com>2005-05-29 16:37:07 +0000
committerGianluca Guida <glguida@gmail.com>2005-05-29 16:37:07 +0000
commit60e5cc0a61638f9ffd9be22f3fbecc66ae174e03 (patch)
tree167a30eb690aa42d83610679e679564f3f66cafa /stow.h
parenta3076a2b40ebe183769eb8c163f5ecda107d955f (diff)
stow major fixes
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 */