summaryrefslogtreecommitdiff
path: root/gsmdecode/src/id_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsmdecode/src/id_list.h')
-rw-r--r--gsmdecode/src/id_list.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gsmdecode/src/id_list.h b/gsmdecode/src/id_list.h
new file mode 100644
index 0000000..4493687
--- /dev/null
+++ b/gsmdecode/src/id_list.h
@@ -0,0 +1,15 @@
+
+#ifndef __GSMSP_ID_LIST_H__
+#define __GSMSP_ID_LIST_H__ 1
+
+struct _id_list
+{
+ int id;
+ const char *string;
+};
+
+const char *id_list_get(struct _id_list *id_list, int id);
+
+#endif /* !__GSMSP_COMMON_H__ */
+
+
personal git repositories of Harald Welte. Your mileage may vary