summaryrefslogtreecommitdiff
path: root/rest-extras/rest-extras.h
diff options
context:
space:
mode:
Diffstat (limited to 'rest-extras/rest-extras.h')
-rw-r--r--rest-extras/rest-extras.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/rest-extras/rest-extras.h b/rest-extras/rest-extras.h
new file mode 100644
index 0000000..8553013
--- /dev/null
+++ b/rest-extras/rest-extras.h
@@ -0,0 +1,35 @@
+/* rest-extras.h
+ *
+ * Copyright 2022 Corentin Noël <corentin.noel@collabora.com>
+ *
+ * This file is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * SPDX-License-Identifier: LGPL-3.0-or-later
+ */
+
+#pragma once
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+#define REST_EXTRA_INSIDE
+# include <rest-extras/flickr-proxy.h>
+# include <rest-extras/flickr-proxy-call.h>
+# include <rest-extras/lastfm-proxy.h>
+# include <rest-extras/lastfm-proxy-call.h>
+# include <rest-extras/youtube-proxy.h>
+#undef REST_EXTRA_INSIDE
+
+G_END_DECLS