[X2Go-Commits] [x2goclient] 10/217: unixhelper.h: forgot to declare type of unix_cleanup() function.

2016-09-20 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 0aedfd1cc4a1c3baf46f10e8fd8f7d9dd1ce3c62
Author: Mihai Moldovan 
Date:   Mon Mar 16 21:17:49 2015 +0100

unixhelper.h: forgot to declare type of unix_cleanup() function.
---
 debian/changelog |1 +
 src/unixhelper.h |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f478d91..2de7f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
 - x2goclient.cpp: fix std::edit -> std::exit typo.
 - unixhelper.{h,cpp}: also include  to have Q_OS_UNIX
   defined on UNIX-based platforms. Move guards around.
+- unixhelper.h: forgot to declare type of unix_cleanup() function.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/unixhelper.h b/src/unixhelper.h
index 27cb735..9069b5d 100644
--- a/src/unixhelper.h
+++ b/src/unixhelper.h
@@ -29,7 +29,7 @@ class unixhelper {
   public:
 unixhelper () {}
 ~unixhelper () {}
-unix_cleanup ();
+int unix_cleanup ();
 
   private:
 unixhelper (const unixhelper &other);

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [x2goclient] 10/217: unixhelper.h: forgot to declare type of unix_cleanup() function.

2016-08-27 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit b853308396283de95701627df9d5d9fbce923e5b
Author: Mihai Moldovan 
Date:   Mon Mar 16 21:17:49 2015 +0100

unixhelper.h: forgot to declare type of unix_cleanup() function.
---
 debian/changelog |1 +
 src/unixhelper.h |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index aa2c985..78e586c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
 - x2goclient.cpp: fix std::edit -> std::exit typo.
 - unixhelper.{h,cpp}: also include  to have Q_OS_UNIX
   defined on UNIX-based platforms. Move guards around.
+- unixhelper.h: forgot to declare type of unix_cleanup() function.
   * debian/control:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/unixhelper.h b/src/unixhelper.h
index 27cb735..9069b5d 100644
--- a/src/unixhelper.h
+++ b/src/unixhelper.h
@@ -29,7 +29,7 @@ class unixhelper {
   public:
 unixhelper () {}
 ~unixhelper () {}
-unix_cleanup ();
+int unix_cleanup ();
 
   private:
 unixhelper (const unixhelper &other);

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits