Description: Code
#ifndef __NETCONFIG_H__
#define __NETCONFIG_H__
#ident "@(#) netconfig.h,v openss7-0_9_2_G(0.9.2.5) Copyright (c) 2001-2008 OpenSS7 Corporation."
#include <sys/netconfig.h>
#ifdef __BEGIN_DECLS
__BEGIN_DECLS
#endif
extern void *setnetconfig(void);
extern struct netconfig *getnetconfig(void *handle);
extern struct netconfig *getnetconfigent(const char *netid);
extern void freenetconfigent(struct netconfig *netconfig);
extern int endnetconfig(void *handle);
extern void *setnetpath(void);
extern struct netconfig *getnetpath(void *handle);
extern int endnetpath(void *handle);
extern void nc_perror(const char *msg);
extern char *nc_sperror(void);
extern void *__nsl_setnetconfig(void);
extern struct netconfig *__nsl_getnetconfig(void *handle);
extern struct netconfig *__nsl_getnetconfigent(const char *netid);
extern void __nsl_freenetconfigent(struct netconfig *netconfig);
extern int __nsl_endnetconfig(void *handle);
extern void *__nsl_setnetpath(void);
extern struct netconfig *__nsl_getnetpath(void *handle);
extern int __nsl_endnetpath(void *handle);
extern void __nsl_nc_perror(const char *msg);
extern char *__nsl_nc_sperror(void);
#ifdef __END_DECLS
__END_DECLS
#endif
#endif