From 8a92000ded4e4c3f5c50c222d874ac1ffc28ba01 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 30 Apr 2003 07:46:07 +0000 Subject: *** empty log message *** --- USER/USER.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'USER') diff --git a/USER/USER.xs b/USER/USER.xs index 33a7a05..a5d8043 100644 --- a/USER/USER.xs +++ b/USER/USER.xs @@ -17,7 +17,7 @@ #include #include -typedef struct lu_context USER__ADMIN; +typedef struct context USER__ADMIN; typedef struct lu_ent USER__ENT; typedef struct lu_error USER__ERR; @@ -86,7 +86,7 @@ Admin_start(self) CODE: USER__ERR *error = NULL; self = lu_start(NULL, 0, NULL, NULL, lu_prompt_console_quiet, NULL, &error); - + void Admin_DESTROY(self) USER::ADMIN *self -- cgit v1.2.1