revision of TecsServer / treat "interest" correctly
This commit is contained in:
@@ -73,7 +73,8 @@ Global Variables (read only)
|
||||
void ErrTxt(char *text, int systemError);
|
||||
void ErrMsg(char *msg);
|
||||
void ErrCod(int code);
|
||||
void ErrShow(char *text);
|
||||
void ErrShow(char *text); /* write out error message with stack info */
|
||||
void ErrShort(void); /* write out short error message */
|
||||
void ERR_EXIT(char *text);
|
||||
void ErrLog(char *text);
|
||||
void ErrSetOutRtn(void (*rtn)(), void *arg);
|
||||
|
||||
Reference in New Issue
Block a user