UltraScan III
us_x11_utils.h
Go to the documentation of this file.
1 #ifndef X11_UTILS_H
2 #define X11_UTILS_H
3 
4 char* GetLastError( void );
5 int GetErrorCode( void );
6 int ShowInterpNames( char*, int );
7 int SendCommand( ulong, char*, char* );
8 int SendQuery( ulong, char*, char*, char*, int );
9 
10 #endif
11