Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/utils_tests.h

    r06dba46 r158e031  
    2727#endif
    2828
    29 void utils_init_random () {
     29void utils_init_random (void);
     30
     31void utils_init_random (void) {
    3032  time_t now = time(0);
    3133  struct tm *tm_struct = localtime(&now);
Note: See TracChangeset for help on using the changeset viewer.