main.h
author viric@llimona
Fri, 14 Sep 2007 23:58:34 +0200
changeset 18 ff31deaffd38
parent 14 286b248e402a
permissions -rw-r--r--
Added tag v0.9.1 for changeset b94514bf216a


/* 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();