diff src/protocols/qq/ip_location.h @ 14021:ef8490f9e823

[gaim-migrate @ 16618] Replaced all C++-style comments with C-style ones. Cleaned up some comments and implemented a more consistent formatting scheme. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Wed, 02 Aug 2006 15:35:36 +0000
parents 983fd420e86b
children
line wrap: on
line diff
--- a/src/protocols/qq/ip_location.h	Wed Aug 02 13:37:13 2006 +0000
+++ b/src/protocols/qq/ip_location.h	Wed Aug 02 15:35:36 2006 +0000
@@ -20,15 +20,11 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-// START OF FILE
-/*****************************************************************************/
 #ifndef _QQ_IP_LOCATION_H_
 #define _QQ_IP_LOCATION_H_
 
 #include "glib.h"
 
-gboolean qq_ip_get_location(guint32 ip, gchar ** country, gchar ** city);
+gboolean qq_ip_get_location(guint32 ip, gchar **country, gchar **city);
 
 #endif
-/*****************************************************************************/
-// END OF FILE