From 37378010b4b321239faed1d3da91af3ba7bf3716 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 12 May 2003 12:52:25 +0000 Subject: *** empty log message *** --- USER/USER.xs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'USER') diff --git a/USER/USER.xs b/USER/USER.xs index a5d8043..272ada7 100644 --- a/USER/USER.xs +++ b/USER/USER.xs @@ -72,21 +72,16 @@ USER::ADMIN * Admin_new(CLASS) char *CLASS CODE: + USER__ERR *error == NULL; RETVAL = (USER__ADMIN *)safemalloc( sizeof( USER__ADMIN ) ); if( RETVAL == NULL ){ warn("unable to malloc USER__ADMIN"); XSRETURN_UNDEF; } + RETVAL = lu_start(NULL, 0, NULL, NULL, lu_prompt_console_quiet, NULL, &error); OUTPUT: RETVAL -void -Admin_start(self) - USER::ADMIN *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