added resource_api and rs-nogui-webui (requires libmicrohttpd, Html files are not included)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8047 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-03-18 18:48:43 +00:00
parent 97831d0667
commit ad1bc7f3b8
38 changed files with 5547 additions and 2 deletions
libresapi/src/api

View file

@ -0,0 +1,9 @@
#pragma once
class RsPlugInInterfaces;
namespace resource_api{
bool getPluginInterfaces(RsPlugInInterfaces& interfaces);
} // namespace resource_api