diff options
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 */ |