cctools
tlq_config.h
1 #ifndef TLQ_CONFIG_H
2 #define TLQ_CONFIG_H
3 
4 #include <time.h>
5 
6 char *tlq_config_url( int port, const char *log_path, time_t stoptime );
7 
8 #endif