summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2011-11-10 23:21:53 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2011-11-12 13:38:36 -0500
commit363bd041660c8edc14f6a3487dd8362ad47fb0a0 (patch)
tree6e15d5b61c09072ec72a7a3423fc71565e287eaf /browser-plugin
parent9bc1a68fe48a0b1e8f377597387baea7a90a3a5b (diff)
browser-plugin: Move "entry points" comment
https://bugzilla.gnome.org/show_bug.cgi?id=663823
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/browser-plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/browser-plugin/browser-plugin.c b/browser-plugin/browser-plugin.c
index b7178893..385550c3 100644
--- a/browser-plugin/browser-plugin.c
+++ b/browser-plugin/browser-plugin.c
@@ -47,8 +47,6 @@ typedef struct {
GDBusProxy *proxy;
} PluginData;
-/* =============== public entry points =================== */
-
static NPNetscapeFuncs funcs;
static inline gchar *
@@ -147,6 +145,8 @@ check_origin_and_protocol (NPP instance)
return ret;
}
+/* =============== public entry points =================== */
+
NPError
NP_Initialize(NPNetscapeFuncs *pfuncs, NPPluginFuncs *plugin)
{