1 #ifndef EL__MAIN_MAIN_H
2 #define EL__MAIN_MAIN_H
5 RET_OK
, /* All is well */
6 RET_ERROR
, /* Failed to fetch URL or write document when dumping */
7 RET_SIGNAL
, /* Catched SIGTERM which forced program to stop */
8 RET_SYNTAX
, /* Cmdline syntax error or bad or missing dump URL */
9 RET_FATAL
, /* Fatal error occurred during initialization */
10 RET_PING
, /* --remote "ping()" found no running ELinkses */
11 RET_REMOTE
, /* --remote failed to connect to a running ELinks */
12 RET_COMMAND
, /* Used internally for exiting from cmdline commands */
21 extern struct program program
;
23 void shrink_memory(int);