Moved fuzz dir to test/fuzz

Extended contributing document to testing and licensing
This commit is contained in:
Olof hagsand 2021-10-10 18:03:33 +02:00
parent edbbb43e1f
commit 8ede8a87b2
29 changed files with 62 additions and 1053 deletions

View file

@ -207,7 +207,8 @@ typedef int (plgreset_t)(clicon_handle h, const char *db);
typedef int (plgstatedata_t)(clicon_handle h, cvec *nsc, char *xpath, cxobj *xtop);
/* Pagination-data type
* @see pagination_data_t in clixon_backend_transaction.h for full pagination API
* @see pagination_data_t in for full pagination data structure
* @see pagination_offset() and other accessor functions
*/
typedef void *pagination_data;