[insert project logo here (125x200px max)]

Navigator

Mailinglists

Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums.

Copyright and Licensing Information

Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL).

All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License.

All sourcecode is made publicly available.

Acknowledgement

Splash and the Splash website are hosted by SourceForge.net

SourceForge.net Logo

osi-open source certified logo

Splash - Documentation

SNMP Plus a Lightweight API for SNAP Handling

Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

snap_svc/snap_svc_test.c File Reference

#include <string.h>
#include "d_printf.h"
#include "snap_svc.h"
#include "snap_svc_test.h"

Include dependency graph for snap_svc_test.c:

Include dependency graph

Go to the source code of this file.


Functions

void snap_external_svclib_init ()
void snap_external_svclib_done ()
void snap_external_svclib_getnextfunc (char **snapsvc_name, snapsvc_func_proto *snapsvc_func, int *snapsvc_args, int *snapsvc_rets)
int snap_external_svclib_testfunc (void *useless)
int snap_external_svclib_testintfunc (int useless)
int snap_external_svclib_teststrfunc (char *useless)

Function Documentation

void snap_external_svclib_done  
 

Definition at line 74 of file snap_svc_test.c.

References d_printf().

Referenced by fini().

void snap_external_svclib_getnextfunc char **    snapsvc_name,
snapsvc_func_proto   snapsvc_func,
int *    snapsvc_args,
int *    snapsvc_rets
 

Definition at line 79 of file snap_svc_test.c.

References snap_external_svclib_testfunc(), snap_external_svclib_testintfunc(), snap_external_svclib_teststrfunc(), snapsvc_func_proto, svc_fun_counter, and SVC_SNMP_TYPE_NULL.

void snap_external_svclib_init  
 

Definition at line 70 of file snap_svc_test.c.

References d_printf().

Referenced by init().

int snap_external_svclib_testfunc void *    useless
 

Definition at line 110 of file snap_svc_test.c.

Referenced by snap_external_svclib_getnextfunc().

int snap_external_svclib_testintfunc int    useless
 

Definition at line 117 of file snap_svc_test.c.

Referenced by snap_external_svclib_getnextfunc().

int snap_external_svclib_teststrfunc char *    useless
 

Definition at line 127 of file snap_svc_test.c.

Referenced by snap_external_svclib_getnextfunc().