summaryrefslogtreecommitdiffstats
path: root/ccan/list/test/helper.h
blob: 4b64a7d6aaf4a393d1525d49c8115b36a1ba745d (plain)
1
2
3
4
5
6
7
8
9
/* These are in a separate C file so we can test undefined structures. */
struct opaque;
typedef struct opaque opaque_t;

opaque_t *create_opaque_blob(void);
bool if_blobs_know_the_secret(opaque_t *blob);
void destroy_opaque_blob(opaque_t *blob);


OpenPOWER on IntegriCloud