aboutsummaryrefslogtreecommitdiff
path: root/dpid/dpi_service.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-10-07 00:36:34 +0200
committerjcid <devnull@localhost>2007-10-07 00:36:34 +0200
commit93715c46a99c96d6c866968312691ec9ab0f6a03 (patch)
tree573f19ec6aa740844f53a7c0eb7114f04096bf64 /dpid/dpi_service.h
Initial revision
Diffstat (limited to 'dpid/dpi_service.h')
-rw-r--r--dpid/dpi_service.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/dpid/dpi_service.h b/dpid/dpi_service.h
new file mode 100644
index 00000000..af7679b3
--- /dev/null
+++ b/dpid/dpi_service.h
@@ -0,0 +1,20 @@
+/*! \file
+ * \todo
+ * This module should be removed because its original functions
+ * have been removed or modified.
+ * Put these functions in dpid.c
+ */
+
+#ifndef DPI_SERVICE_H
+#define DPI_SERVICE_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include "dpid.h"
+
+char *get_dpi_dir(char *dpidrc);
+
+int send_service_list(int sock, struct dp *dpi_attr_list, int srv_num);
+
+#endif