mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
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:
parent
55c514d850
commit
38b0c578bb
6 changed files with 8 additions and 31 deletions
|
@ -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 \
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue