aboutsummarylogtreecommitdiffstats
path: root/api.h
diff options
context:
space:
mode:
authorAntony Kellermann2018-02-28 17:46:09 -0500
committerAntony Kellermann2018-02-28 17:46:09 -0500
commitd8f3a30dedd3ff3bc6a00f19a377917cbe3c292d (patch)
tree49c39ec29f48bdf937358842b8ef2db911b50021 /api.h
parent5e54eae4f7f6409103d36c0bb8ff0df23ca1d72d (diff)
downloadaur-d8f3a30dedd3ff3bc6a00f19a377917cbe3c292d.tar.gz
Overhaul to replace many instances of char* and len pairs with Strings instead, as well as moving functions to appropriate files
Diffstat (limited to 'api.h')
-rw-r--r--api.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/api.h b/api.h
index 0d059365035a..a7f5ffc834d9 100644
--- a/api.h
+++ b/api.h
@@ -11,9 +11,6 @@
#define EMPTY (-999)
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <stddef.h>
#include <curl/curl.h>
#include <json-c/json_tokener.h>
@@ -31,8 +28,6 @@ struct info {
typedef struct info Info;
-typedef struct json_object Json;
-
/**
* Creates and returns an Info object
* @return Info object