aboutsummaryrefslogtreecommitdiffstats
path: root/nio-ie5.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 14:23:30 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 14:23:30 +0000
commit183112a3e0bf94b1be8a3a3dcf81558e918ecb67 (patch)
treeb4ab88ba61d2e8c6af2674642c0977e69853f522 /nio-ie5.h
parent6eb4e3498db24d41a7b340c042b60400f5d172a1 (diff)
Set correct svn:keywords and svn:eol-style.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27656 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'nio-ie5.h')
-rw-r--r--nio-ie5.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/nio-ie5.h b/nio-ie5.h
index d6528f322d..d5e9568873 100644
--- 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
@@ -18,10 +20,10 @@
#define SETUP_NIO_IE5_H
/* see nio-ie5.c */
-
-typedef struct netio_ie5_s {
- HINTERNET connection;
-} netio_ie5_t;
+
+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);