Main Page | Modules | Data Structures | File List | Data Fields | Globals | Examples

base.h

00001 #ifndef __NJB__BASE__H
00002 #define __NJB__BASE__H
00003 
00004 #include "libnjb.h"
00005 
00006 int njb_discover (njb_t *njbs, int limit, int *errorflag);
00007 void njb_device_dump (njb_t *njb, FILE *fp);
00008 int njb_open (njb_t *njb);
00009 void njb_close (njb_t *njb);
00010 void njb_set_debug (int flags);
00011 int njb_debug (int flag);
00012 
00013 #endif
00014 

Generated on Thu Jul 7 23:06:03 2005 for libnjb by  doxygen 1.3.9.1