Print this page
*** NO COMMENTS ***

*** 20,37 **** * CDDL HEADER END */ /* * Copyright 1995 Sun Microsystems Inc. * All rights reserved. */ - #ifndef __GETGROUP_H #define __GETGROUP_H - #pragma ident "%Z%%M% %I% %E% SMI" /* SMI4.1 1.4 */ - #ifdef __cplusplus extern "C" { #endif struct grouplist { --- 20,36 ---- * CDDL HEADER END */ /* * Copyright 1995 Sun Microsystems Inc. * All rights reserved. + * + * Copyright 2012 Nexenta Systems, Inc. All rights reserved. */ #ifndef __GETGROUP_H #define __GETGROUP_H #ifdef __cplusplus extern "C" { #endif struct grouplist {
*** 39,49 **** char *gl_name; char *gl_domain; struct grouplist *gl_nxt; }; ! struct grouplist *my_getgroup(); #ifdef __cplusplus } #endif --- 38,50 ---- char *gl_name; char *gl_domain; struct grouplist *gl_nxt; }; ! struct list; ! void freegrouplist(revhandle_t *); ! void doit(char *group, struct list *list, revhandle_t *hdl); #ifdef __cplusplus } #endif