Go to the documentation of this file. 1 #ifndef CDL_OBJECT_PROTO_H_
2 #define CDL_OBJECT_PROTO_H_
4 extern int wifstype_atoi
5 PROTO((
char *wifstypestr));
7 extern char *wifstype_itoa
10 extern int list_attrobj
11 PROTO((ATTRObjType *attr));
13 extern int list_vgrpobj
14 PROTO((VGRPObjType *vgrp));
16 extern int list_mfsdobj
17 PROTO((MFSDObjType *mfsd));
19 extern int list_sfsdobj
20 PROTO((SFSDObjType *sfsd));
22 extern int list_vsetobj
23 PROTO((VSETObjType *vset));
25 extern int list_dfanobj
26 PROTO((DFANObjType *dfan));
29 PROTO((uint32 MFSaddr));
int wifstype_atoi PROTO((char *wifstypestr))