diff options
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog index 15cbf690..067e2d5b 100644 --- a/libfshelp/ChangeLog +++ b/libfshelp/ChangeLog @@ -1,8 +1,14 @@ +2001-06-21 Neal H Walfield <neal@cs.uml.edu> + + * fshelp.h (fshelp_iscontroller): Declare new function. + * perms-iscontroller.c: New file. + * Makefile (SRCS): Add it. + 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * fshelp.h: Add two new parameters to fshelp_open_fn_t: a port to the new task and a cookie. - Add a new parameter, cookie, to fshelp_start_translator and + Add a new parameter, cookie, to fshelp_start_translator and fshelp_start_translator_long that will be passed to fshelp_open_fn_t. |