summaryrefslogtreecommitdiff
path: root/mac/pbproc/test/maximus/inc/get_seg.h
diff options
context:
space:
mode:
authorsave2008-04-07 14:17:42 +0000
committersave2008-04-07 14:17:42 +0000
commit3d58a62727346b7ac1a6cb36fed1a06ed72228dd (patch)
treed7788c3cf9f76426aef0286d0202e2097f0fa0eb /mac/pbproc/test/maximus/inc/get_seg.h
parent095dca4b0a8d4924093bab424f71f588fdd84613 (diff)
Moved the complete svn base into the cesar directory.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'mac/pbproc/test/maximus/inc/get_seg.h')
-rw-r--r--mac/pbproc/test/maximus/inc/get_seg.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/mac/pbproc/test/maximus/inc/get_seg.h b/mac/pbproc/test/maximus/inc/get_seg.h
deleted file mode 100644
index c6dccc8697..0000000000
--- a/mac/pbproc/test/maximus/inc/get_seg.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef inc_get_seg_h
-#define inc_get_seg_h
-/* Cesar project {{{
- *
- * Copyright (C) 2007 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file inc/get_seg.h
- * \brief Get segments fcall.
- * \ingroup test
- */
-
-/** Get segments message. */
-struct test_pbproc_msg_get_seg_t
-{
- /** Number of expected segments. */
- uint seg_nb;
-};
-typedef struct test_pbproc_msg_get_seg_t test_pbproc_msg_get_seg_t;
-
-BEGIN_DECLS
-
-void
-test_pbproc_get_seg_init (test_pbproc_t *ctx);
-
-END_DECLS
-
-#endif /* inc_get_seg_h */