Various stuff. FAQ has 0 zero stuff inside, we don't use git, and matched lowercase filenames. Also, a few formatting fixes in the .pro file in libretroshare.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2243 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
andrewsteinborn 2010-02-08 21:34:40 +00:00
parent 55c514d850
commit 38b0c578bb
6 changed files with 8 additions and 31 deletions

View file

@ -12,7 +12,7 @@ RSOBJ = rsinit.o \
p3rank.o \
p3photo.o \
p3msgs.o \
p3Blog.o \
p3blog.o \
p3discovery.o \
p3face-server.o \
p3face-config.o \

View file

@ -43,8 +43,6 @@ bool p3Blog::getBlogs(std::map< std::string, std::multimap<long int, std::wstrin
return mQblog->getBlogs(blogs);
}
bool p3Blog::sendBlog(const std::wstring &msg)
{
return mQblog->sendBlog(msg);
@ -57,6 +55,5 @@ bool p3Blog::getPeerLatestBlog(std::string id, uint32_t &ts, std::wstring &post)
post = L"Hmmm, not much, just eating prawn crackers at the moment... but I'll post this every second if you want ;)";
return true;
}