main.h
author viric@llimona
Fri, 14 Sep 2007 23:47:40 +0200
changeset 15 0acf8c3c4fe0
parent 14 286b248e402a
permissions -rw-r--r--
Good routing of app's stderr.


/* error.c */
void error(const char *msg, ...);

/* usocket.c */
int serve_socket();
void remove_socket(int ls);
int accept_connection(int ls);
int connect_socket();

/* signals.c */
int install_signal_forwarders();