changeset 655:68994cb1f1a6

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 28 Jan 2015 13:04:19 +0200
parents 9c2ae1b96674
children 10c05931dfe5
files util.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/util.h	Wed Jan 28 13:00:00 2015 +0200
+++ b/util.h	Wed Jan 28 13:04:19 2015 +0200
@@ -1,7 +1,7 @@
 /*
  * NNChat - Custom chat client for NewbieNudes.com chatrooms
  * Written by Matti 'ccr' Hämäläinen
- * (C) Copyright 2008-2013 Tecnic Software productions (TNSP)
+ * (C) Copyright 2008-2015 Tecnic Software productions (TNSP)
  */
 #ifndef LIBNNUTIL_H
 #define LIBNNUTIL_H
@@ -44,10 +44,11 @@
 char *      nn_decode_str1(const char *str);
 char *      nn_encode_str2(const char *str);
 char *      nn_decode_str2(const char *str);
-char *      nn_strip_tags(const char *str);
 char *      nn_dbldecode_str(const char *str);
 char *      nn_dblencode_str(const char *str);
 
+char *      nn_strip_tags(const char *str);
+
 char *      nn_username_encode(char *str);
 char *      nn_username_decode(char *str);