aboutsummaryrefslogtreecommitdiffstats
path: root/src/json-common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix an include guard.HEADmasterWerner Koch5 days1-2/+2
| | | | | | | | * src/json-common.h (GPGME_JSON_COMMON_H): Fix guard. -- Reported-by: Collin Funk <[email protected]> Fixes-commit: d7267db472a4e4f65c8139f68d9d976c64b79636
* Refactor gpgme-json for future re-use.Werner Koch6 days1-0/+144
* src/gpgme-json.c: Factor large chunks of code out to ... * src/json-core.c: new file and ... * src/json-util.c: new file and ... * src/json-common.h: new file. * src/Makefile.am (gpgme_json_SOURCES): Add new files.