home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / xlibrsrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  181 b   |  10 lines

  1. extern XrmDatabase xlib_rDB;
  2.  
  3. #define SIZEOF_OPS    4
  4. extern XrmOptionDescRec xlib_opTable[SIZEOF_OPS];
  5.  
  6. extern void 
  7. xlib_get_resources(const char *appname, XrmDatabase cmdlineDB);
  8.  
  9.  
  10.