aboutsummaryrefslogtreecommitdiffstats
path: root/nio-ie5.h
diff options
context:
space:
mode:
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);