solanum-vs-hackint-and-char.../librb/include
Aaron Jones 47a66e154f
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 20:54:11 +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
librb_config.h_vms
rb_balloc.h
rb_commio.h add mkfingerprint program 2016-04-26 20:49:03 +01:00
rb_dictionary.h
rb_event.h
rb_helper.h librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
rb_lib.h librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
rb_linebuf.h
rb_memory.h librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
rb_patricia.h
rb_radixtree.h
rb_rawbuf.h
rb_tools.h librb: add versions of rb_strcasecmp, rb_strncasecmp, and rb_strcasestr. 2016-04-05 05:33:43 -05:00