summaryrefslogtreecommitdiffstats
path: root/data/mnet/GP10/Host/rm/include/api_SendMsgFromRmToMm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-09 16:09:18 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-09 16:09:18 +0200
commit903a15fc26e225c2559c98eba362e29f09de3d2c (patch)
tree5680b3c68a728df86092a5b8a4756625724025c3 /data/mnet/GP10/Host/rm/include/api_SendMsgFromRmToMm.h
import source code of Vovida GSML project (from www.vovida.org)HEADgsml-1_0master
This is the source code as it was published on vovida.org a couple of years ago. The filename was gsml-1_0.tar.bz2
Diffstat (limited to 'data/mnet/GP10/Host/rm/include/api_SendMsgFromRmToMm.h')
-rw-r--r--data/mnet/GP10/Host/rm/include/api_SendMsgFromRmToMm.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/mnet/GP10/Host/rm/include/api_SendMsgFromRmToMm.h b/data/mnet/GP10/Host/rm/include/api_SendMsgFromRmToMm.h
new file mode 100644
index 0000000..4d5adf3
--- /dev/null
+++ b/data/mnet/GP10/Host/rm/include/api_SendMsgFromRmToMm.h
@@ -0,0 +1,17 @@
+/*
+********************************************************************
+**
+** (c) Copyright Cisco 2000
+** All Rights Reserved
+**
+*********************************************************************
+*/
+#ifndef __API_SENDMSGFROMRMTOMM_H__
+#define __API_SENDMSGFROMRMTOMM_H__
+
+void api_SendMsgFromRmToMm (
+ unsigned short length,
+ unsigned char *msg
+ );
+
+#endif /* __API_SENDMSGFROMRMTOMM_H__ */