00001 /* 00002 * Copyright (c) 2008 Open Grid Computing, Inc. 00003 * All rights reserved. 00004 * 00005 * Confidential and Proprietary 00006 */ 00007 #ifndef _NMF_SVC_H 00008 #define _NMF_SVC_H 00009 00010 void nmf_cb_1(struct svc_req *rqstp, register SVCXPRT *transp); 00011 void *nmf_event_1_svc(nmf_event_info *evt, struct svc_req *rqstp); 00012 int nmf_cfg_restore(char *path); 00013 #endif
1.5.6