- Timestamp:
- 2023-03-04T19:59:09Z (21 months ago)
- Branches:
- master
- Children:
- 50d0a72
- Parents:
- 709f41f
- git-author:
- Petr Vaněk <arkamar@…> (04-03-23 19:59:09)
- git-committer:
- GitHub <noreply@…> (04-03-23 19:59:09)
- Location:
- lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/json.h
r709f41f r82149f4 29 29 */ 30 30 31 #ifdef USE_EXTERNAL_JSON_PARSER 32 #error Bitlbee was configured to use system json-parser, this header file should not be used. 33 #endif 34 31 35 #ifndef _JSON_H 32 36 #define _JSON_H -
lib/json_util.h
r709f41f r82149f4 22 22 ****************************************************************************/ 23 23 24 #include "json.h"24 #include <json.h> 25 25 26 26 #define JSON_O_FOREACH(o, k, v) \ -
lib/oauth2.c
r709f41f r82149f4 42 42 #include "oauth2.h" 43 43 #include "oauth.h" 44 #include "json.h"44 #include <json.h> 45 45 #include "json_util.h" 46 46 #include "url.h"
Note: See TracChangeset
for help on using the changeset viewer.