solanum-vs-hackint-and-char.../librb/include
Aaron Jones 92706fd551
librb: silence some fairly harmless compiler warnings
These include warnings about "break" statements that will never be
executed (because they are after "return" statements), unused macros
(lost to code refactoring or never even used in the first place),
functions that call abort() or loop indefinitely but aren't marked with
the "noreturn" attribute, and use of variables possibly uninitialised
(a false positive).
2016-06-01 19:50:09 +00:00
..
arc4random.h rename libratbox to librb, since its pretty modified anyway 2016-03-06 02:30:20 -06:00
commio-int.h librb: fix commio build on win32 2016-04-30 19:33:31 -05:00
commio-ssl.h librb: remove socklen parameter from rb_connect_tcp 2016-04-24 17:11:20 +01:00
event-int.h Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
librb_config.h_vms Rename RATBOX_PROFILE to RB_PROFILE. 2016-03-07 18:52:50 -06:00
rb_balloc.h Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
rb_commio.h add mkfingerprint program 2016-04-26 20:49:03 +01:00
rb_dictionary.h Change struct Dictionary(*) to rb_dictionary(_\1). 2016-03-23 08:09:58 -05:00
rb_event.h librb: rb_run_event -> rb_run_one_event 2016-04-02 23:38:28 -05:00
rb_helper.h librb: silence some fairly harmless compiler warnings 2016-06-01 19:50:09 +00:00
rb_lib.h librb: silence some fairly harmless compiler warnings 2016-06-01 19:50:09 +00:00
rb_linebuf.h Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
rb_memory.h librb: silence some fairly harmless compiler warnings 2016-06-01 19:50:09 +00:00
rb_patricia.h cleanup: u_long -> unsigned long 2016-03-23 22:03:24 -05:00
rb_radixtree.h typedef-ify rb_radixtree for consistency. 2016-03-23 08:32:22 -05:00
rb_rawbuf.h Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
rb_tools.h librb: add versions of rb_strcasecmp, rb_strncasecmp, and rb_strcasestr. 2016-04-05 05:33:43 -05:00