clibdocker
0.1.0-alpha.0
A Docker API for C
|
#include <docker_util.h>
Data Fields | |
char * | key |
char * | value |
A simple pair of strings
char* pair_t::key |
key part of the pair
Referenced by free_pair(), and get_key().
char* pair_t::value |
value part of the pair
Referenced by free_pair(), and get_value().