summaryrefslogtreecommitdiff
path: root/egg/egg-hex.h
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-11-07 22:54:22 +0100
committerStef Walter <stefw@gnome.org>2012-11-09 12:15:39 +0100
commit6beae07105e368a529db85b227f60fa4b60bb397 (patch)
treef895f3a4f62403470df7048ca8647423aa011b81 /egg/egg-hex.h
parentac2df1e5a7862fa9a9b838406472e2c75b8575b3 (diff)
egg-hex: Bring over hex changes from gcr and libsecret
Diffstat (limited to 'egg/egg-hex.h')
-rw-r--r--egg/egg-hex.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/egg/egg-hex.h b/egg/egg-hex.h
index e751b14c..d87594f1 100644
--- a/egg/egg-hex.h
+++ b/egg/egg-hex.h
@@ -1,22 +1,24 @@
-/*
+/*
* gnome-keyring
- *
+ *
* Copyright (C) 2008 Stefan Walter
- *
- * This program is free software; you can redistribute it and/or modify
+ *
+ * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General
+ *
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ *
+ * Author: Stef Walter <stefw@thewalter.net>
*/
#ifndef EGG_HEX_H_
@@ -25,7 +27,7 @@
#include <glib.h>
gpointer egg_hex_decode (const gchar *data,
- gssize n_data,
+ gssize n_data,
gsize *n_decoded);
gpointer egg_hex_decode_full (const gchar *data,