diff options
author | Daouda Lo <daouda@mandriva.com> | 2003-04-30 07:46:07 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2003-04-30 07:46:07 +0000 |
commit | 8a92000ded4e4c3f5c50c222d874ac1ffc28ba01 (patch) | |
tree | 022a653b52e40f567f31d55d1d7877b1fddabbd8 /USER | |
parent | 753d4cc6e9d4ef98c4925fd5402e865a6b172b8f (diff) | |
download | userdrake-8a92000ded4e4c3f5c50c222d874ac1ffc28ba01.tar userdrake-8a92000ded4e4c3f5c50c222d874ac1ffc28ba01.tar.gz userdrake-8a92000ded4e4c3f5c50c222d874ac1ffc28ba01.tar.bz2 userdrake-8a92000ded4e4c3f5c50c222d874ac1ffc28ba01.tar.xz userdrake-8a92000ded4e4c3f5c50c222d874ac1ffc28ba01.zip |
*** empty log message ***
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 |