syslog.h
changeset 55 c72dbd390cf2
parent 51 a01abd65856a
child 57 de776a4548da
equal deleted inserted replaced
54:a456a2e5fca4 55:c72dbd390cf2
    43 int write_out_file(const char * restrict buf, const int len);
    43 int write_out_file(const char * restrict buf, const int len);
    44 int close_out_file();
    44 int close_out_file();
    45 
    45 
    46 /* tcp_server.c */
    46 /* tcp_server.c */
    47 int init_tcp_server();
    47 int init_tcp_server();
       
    48 void close_out_tcp();
    48 
    49 
    49 /* childs.c */
    50 /* childs.c */
    50 void term_childs();
    51 void term_childs();
    51 void wait_childs_die();
    52 void wait_childs_die();
    52 void child_handler(int parameter);
    53 void child_handler(int parameter);