From 01b28caf75cfbf0b936af44b1c7c8abbbe4e9a8b Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 7 Jul 2016 23:01:06 +0200 Subject: randpkt_core: change rand() to g_rand_int (CID 1355360). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I48560cbb6007eb16aa545a3e8e6a0e8e3b206930 Reviewed-on: https://code.wireshark.org/review/16326 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Petri-Dish: Dario Lombardo Reviewed-by: Alexis La Goutte --- randpkt_core/randpkt_core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'randpkt_core/randpkt_core.h') 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); -- cgit v1.2.1