diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 21:16:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 21:16:41 +0000 |
commit | d172c6dff54ef35d43651db04aef866320886675 (patch) | |
tree | 731b705406f9cbceccda63c19819106ac46c5528 /libfshelp | |
parent | 74a4b341ddc9bbf34504fef7651178865875d907 (diff) |
Formerly fshelp.h.~5~
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fshelp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index fb9f946b..6837e708 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -15,6 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef _HURD_FSHELP_ +#define _HURD_FSHELP_ + /* This library implements various things that are generic to all or most implementors of the filesystem protocol. It presumes that you are using the iohelp library as well. It @@ -116,3 +119,4 @@ void fshelp_translator_iterate (void (*func)(struct trans_link *, void *), void fshelp_kill_translator (struct trans_link *link); +#endif |