Trivial reformatting
[obnox/wireshark/wip.git] / nio-ie5.h
index d6528f322d71dcc00a6eef13640acd62030bbed1..d5e9568873e6d596d86d1a1e3db37cf3eaff3c66 100644 (file)
--- a/nio-ie5.h
+++ b/nio-ie5.h
@@ -1,4 +1,6 @@
 /*
+ * $Id$
+ *
  * Copyright (c) 2000, Red Hat, Inc.
  *
  *     This program is free software; you can redistribute it and/or modify
 #define SETUP_NIO_IE5_H
 
 /* see nio-ie5.c */
-\r
-typedef struct netio_ie5_s {\r
-    HINTERNET connection;\r
-} netio_ie5_t;\r
+
+typedef struct netio_ie5_s {
+    HINTERNET connection;
+} netio_ie5_t;
 
 netio_ie5_t * netio_ie5_connect (char const *url);
 void netio_ie5_disconnect (netio_ie5_t * netio_e5_conn);