Print this page
*** NO COMMENTS ***

@@ -20,18 +20,17 @@
  * 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
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"        /* SMI4.1 1.4 */
-
 #ifdef  __cplusplus
 extern "C" {
 #endif
 
 struct grouplist {              

@@ -39,11 +38,13 @@
         char *gl_name;
         char *gl_domain;
         struct grouplist *gl_nxt;
 };
 
-struct grouplist *my_getgroup();
+struct list;
+void freegrouplist(revhandle_t *);
+void doit(char *group, struct list *list, revhandle_t *hdl);
 
 #ifdef  __cplusplus
 }
 #endif