Remove the async stuff per IRC discussion
[cascardo/gnio.git] / gnio / gnioerror.h
index d188fdb..e74a52d 100644 (file)
@@ -1,6 +1,6 @@
-/* GIO - GLib Input, Output and Streaming Library
- * 
- * Copyright (C) 2006-2007 Red Hat, Inc.
+/* GNIO - GLib Network Layer of GIO
+ *
+ * Copyright (C) 2008 Christian Kellner, Samuel Cormier-Iijima
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,8 @@
  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  *
- * Author: Alexander Larsson <alexl@redhat.com>
+ * Authors: Christian Kellner <gicmo@gnome.org>
+ *          Samuel Cormier-Iijima <sciyoshi@gmail.com>
  */
 
 #ifndef __GNIO_ERROR_H__
@@ -34,6 +35,7 @@ G_BEGIN_DECLS
 
 #define G_IO_ERROR_RESOLVER_NOT_FOUND 31
 #define G_IO_ERROR_RESOLVER_NO_DATA 32
+#define G_IO_ERROR_ADDRESS_IN_USE 33
 
 G_END_DECLS