afm-launch: uses qmlscene not qmlviewer
[src/app-framework-main.git] / src / wgtpkg.h
index 52a78dc..e700a9b 100644 (file)
@@ -1,6 +1,8 @@
 /*
  Copyright 2015 IoT.bzh
 
+ author: José Bollo <jose.bollo@iot.bzh>
+
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
@@ -16,7 +18,6 @@
 
 
 #include <libxml/tree.h>
-#include "config.h"
 
 struct filedesc;
 
@@ -88,11 +89,6 @@ extern struct filedesc *get_signature(unsigned int number);
 extern int file_set_prop(struct filedesc *file, const char *name, const char *value);
 extern const char *file_get_prop(struct filedesc *file, const char *name);
 
-/**************************************************************/
-/* from wgtpkg-install */
-
-extern void install_widget(const char *wgtfile, const char *root, int force);
-
 /**************************************************************/
 /* from wgtpkg-permission */