diff options
Diffstat (limited to 'USER')
-rw-r--r-- | USER/USER.xs | 4 |
1 files changed, 2 insertions, 2 deletions
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 <libuser/user.h> #include <libuser/user_private.h> -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 |