diff options
author | Gianluca Guida <glguida@gmail.com> | 2005-05-29 16:37:07 +0000 |
---|---|---|
committer | Gianluca Guida <glguida@gmail.com> | 2005-05-29 16:37:07 +0000 |
commit | 60e5cc0a61638f9ffd9be22f3fbecc66ae174e03 (patch) | |
tree | 167a30eb690aa42d83610679e679564f3f66cafa /stow.h | |
parent | a3076a2b40ebe183769eb8c163f5ecda107d955f (diff) |
stow major fixes
Diffstat (limited to 'stow.h')
-rw-r--r-- | stow.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 */ |