summaryrefslogtreecommitdiff
path: root/libyelp/yelp-uri-builder.h
diff options
context:
space:
mode:
authorMarcos Chavarría Teijeiro <chavarria1991@gmail.com>2014-11-12 10:28:42 +0100
committerDavid King <amigadave@amigadave.com>2015-06-22 13:32:35 +0100
commit901b4fb82e007e9d93deb3f1e13cc36d5b2bf37b (patch)
tree2007392a342967c526c412dfb5b5a97175883de7 /libyelp/yelp-uri-builder.h
parent7a2f5fc0ab4709d82de7748080dfe920407b763d (diff)
downloadyelp-901b4fb82e007e9d93deb3f1e13cc36d5b2bf37b.tar.gz
yelp-view: Implement web extension to load resources
I have split the libyelp library into two parts in order to avoid linking the webextension against libyelp. So now we have a libyelpuri with the yelp-uri, yelp-build-uri and their dependecies and the old libyelp with the remaining files. I have modified the yelp-build-uri logic to not have to use yelp-document because it implies to have to add to the new library most of libyelp classes.
Diffstat (limited to 'libyelp/yelp-uri-builder.h')
-rw-r--r--libyelp/yelp-uri-builder.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libyelp/yelp-uri-builder.h b/libyelp/yelp-uri-builder.h
index d6ca5d28..b890b100 100644
--- a/libyelp/yelp-uri-builder.h
+++ b/libyelp/yelp-uri-builder.h
@@ -21,10 +21,8 @@
#include <string.h>
#include <libsoup/soup.h>
-#include "yelp-document.h"
-#include "yelp-docbook-document.h"
#include "yelp-uri.h"
-gchar * build_network_uri (YelpUri *uri, YelpDocument *document);
+gchar * build_network_uri (gchar *uri);
gchar * build_yelp_uri (const gchar *uri);
gchar * build_network_scheme (const gchar *scheme); \ No newline at end of file