X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/2f61d1d75ac52f239e760ecea02332eedc4682bd..5f1600ab20e3f14e3330552b83976280c1049907:/src/common.h diff --git a/src/common.h b/src/common.h index 5f34219..90cab5e 100644 --- a/src/common.h +++ b/src/common.h @@ -3,7 +3,7 @@ * * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. @@ -250,6 +250,7 @@ int getipbyname(const char *name, unsigned long *ip); int set_policer_param(const char *param, void *data, void *extra); const char *strtab(unsigned int ii); char *time2str(time_t thetime); +extern char *pretty_mask(char *mask); void tools_init(void); void tools_cleanup(void);