diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-17 20:16:55 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-17 20:16:55 +0000 |
commit | 2d72446860abac08dc4f36b10fde7536f7897956 (patch) | |
tree | 25dc114bb696bc8752d68e6e050da8d3dda5f282 /include/extern.h | |
parent | 1cd73b4dadb8e618a0ec56289408922be42aac8a (diff) |
More CMake work, mostly to handle both *nix and Windows builds.
Also some tweaks to generation files (like version.sh) to take both input and output files as arguments, to handle CMake when it's used for an out-of-source build.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1836 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/extern.h b/include/extern.h index 0e913413a..8bbf3fde5 100644 --- a/include/extern.h +++ b/include/extern.h @@ -670,8 +670,8 @@ E int nickIsServices(const char *nick, int bot); E void add_entropy_userkeys(); E void rand_init(); E unsigned char getrandom8(); -E u_int16_t getrandom16(); -E u_int32_t getrandom32(); +E uint16 getrandom16(); +E uint32 getrandom32(); E char *str_signed(unsigned char *str); |