summaryrefslogtreecommitdiff
path: root/randpkt_core/randpkt_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'randpkt_core/randpkt_core.h')
-rw-r--r--randpkt_core/randpkt_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/randpkt_core/randpkt_core.h b/randpkt_core/randpkt_core.h
index b45554f5c1..11bc58a0ce 100644
--- a/randpkt_core/randpkt_core.h
+++ b/randpkt_core/randpkt_core.h
@@ -50,9 +50,6 @@ guint randpkt_example_count(void);
/* Return the list of the active examples */
void randpkt_example_list(char*** abbrev_list, char*** longname_list);
-/* Seed the random-number generator */
-void randpkt_seed(void);
-
/* Parse command-line option "type" and return enum type */
int randpkt_parse_type(char *string);