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