aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core/randpkt_core.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-07-07 23:01:06 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-07-09 15:29:55 +0000
commit01b28caf75cfbf0b936af44b1c7c8abbbe4e9a8b (patch)
tree7dc023c0b53e684fae68dd7a73894b45d780c2d4 /randpkt_core/randpkt_core.h
parente3cbea315383493020974f93eac24e7816c58445 (diff)
randpkt_core: change rand() to g_rand_int (CID 1355360).
Change-Id: I48560cbb6007eb16aa545a3e8e6a0e8e3b206930 Reviewed-on: https://code.wireshark.org/review/16326 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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);