aboutsummaryrefslogtreecommitdiff
path: root/contrib/opie/libopie/getsequence.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/opie/libopie/getsequence.c')
-rw-r--r--contrib/opie/libopie/getsequence.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/opie/libopie/getsequence.c b/contrib/opie/libopie/getsequence.c
deleted file mode 100644
index e6c96c5aca0f..000000000000
--- a/contrib/opie/libopie/getsequence.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* getsequence.c: The opiegetsequence() library function.
-
-%%% portions-copyright-cmetz-96
-Portions of this software are Copyright 1996-1998 by Craig Metz, All Rights
-Reserved. The Inner Net License Version 2 applies to these portions of
-the software.
-You should have received a copy of the license with this software. If
-you didn't get a copy, you may request one from <license@inner.net>.
-
-Portions of this software are Copyright 1995 by Randall Atkinson and Dan
-McDonald, All Rights Reserved. All Rights under this copyright are assigned
-to the U.S. Naval Research Laboratory (NRL). The NRL Copyright Notice and
-License Agreement applies to this software.
-
- History:
-
- Modified by cmetz for OPIE 2.3. Use opie_ prefix.
- Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
- Created at NRL for OPIE 2.2 from opiesubr2.c
-*/
-#include "opie_cfg.h"
-#include "opie.h"
-
-int opiegetsequence FUNCTION((stateblock), struct opie *stateblock)
-{
- return stateblock->opie_n;
-}