aboutsummaryrefslogtreecommitdiffstats
path: root/nio-ie5.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-08 14:23:30 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-08 14:23:30 +0000
commit64f6a06d64d0e808508afc2738219948854bbfd2 (patch)
treeb4ab88ba61d2e8c6af2674642c0977e69853f522 /nio-ie5.h
parentdc0426a53296021bb048ca43a9bd01eb8bf018d9 (diff)
Set correct svn:keywords and svn:eol-style.
svn path=/trunk/; revision=27656
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);