[Pkg-owncloud-commits] [qtkeychain] 10/115: make it static

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit ca40208439e2f1dddca8b1fc4745f6931ed2c667
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date:   Fri Oct 28 09:28:57 2011 +0200

    make it static
---
 testclient.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testclient.cpp b/testclient.cpp
index 2e5873e..15d310f 100644
--- a/testclient.cpp
+++ b/testclient.cpp
@@ -14,7 +14,7 @@
 
 using namespace QKeychain;
 
-int printUsage() {
+static int printUsage() {
     std::cerr << "testclient store <account> <password>" << std::endl;
     std::cerr << "testclient restore <account>" << std::endl;
     std::cerr << "testclient delete <account>" << std::endl;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list