Reorganize common code (for msgs, names...) to be used across tr components.
[trust_router.git] / include / tr.h
similarity index 94%
rename from include/trust_router.h
rename to include/tr.h
index b6a533a..9fee9dd 100644 (file)
  *
  */
 
-#ifndef TRUST_ROUTER_H
-#define TRUST_ROUTER_H
+#ifndef TR_H
+#define TR_H
 
+#include <tr_msg.h>
+#include <tr_name.h>
+#include <tr_config.h>
 #include <tpq.h>
 #include <tidr.h>
 
 #define TRUST_ROUTER_PORT      12308
 
-int tr_read_config (FILE *cfg_file);
-
 #endif