| README [code] | Explanation and example of how to use libkarmaclient |
| src/karmaquery.c [code] | Main method for command line libkarmaclient interface |
| src/ks.h [code] | The application header file for libkarmaclient |
| src/ks_array.c [code] | Libkarmaclient's basic array type |
| src/ks_array.h [code] | Interface to the libkarmaclient array type |
| src/ks_assoc.c [code] | Libkarmaclient's associative array type |
| src/ks_assoc.h [code] | Interface to the libkarmaclient associative array type |
| src/ks_bparse.c [code] | Libkarmaclient's bpacket parser |
| src/ks_bparse.h [code] | Interface to the libkarmaclient bpacket parser |
| src/ks_bquery.c [code] | Implementation of the bquery protocol |
| src/ks_bquery.h [code] | Interface to libkarmaclient's bquery protocol |
| src/ks_combination.c [code] | Libkarmaclient's combination type |
| src/ks_combination.h [code] | Interface to the libkarmaclient combination type |
| src/ks_common.h [code] | Common definitions for libkarmaclient |
| src/ks_error.c [code] | Error handling functions for libkarmaclient |
| src/ks_fact.c [code] | Libkarmaclient's fact type |
| src/ks_fact.h [code] | Interface to the libkarmaclient fact type |
| src/ks_malloc.c [code] | Libkarmaclient memory management |
| src/ks_malloc.h [code] | Interface to the libkarmaclient memory management functions |
| src/ks_number.c [code] | Libkarmaclient's basic number type |
| src/ks_number.h [code] | Interface to the libkarmaclient number type |
| src/ks_response.c [code] | Libkarmaclient's response type |
| src/ks_response.h [code] | Interface to libkarmaclient's bquery response packet |
| src/ks_socket.c [code] | Libkarmaclient abstract socket type and documentation |
| src/ks_socket.h [code] | Interface to the libkarmaclient socket type |
| src/ks_socket_posix.c [code] | Libkarmaclient socket type (posix implementation) |
| src/ks_string.c [code] | Libkarmaclient's basic string type |
| src/ks_string.h [code] | Interface to the libkarmaclient string type |
| src/ks_test.c [code] | Libkarmaclient's test binary |
| src/ks_version.h [code] | An autogenerated header file containing version information |
1.4.4