summaryrefslogtreecommitdiff
path: root/rpmio/rpmurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/rpmurl.h')
-rw-r--r--rpmio/rpmurl.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/rpmio/rpmurl.h b/rpmio/rpmurl.h
index d100636ea..e31103615 100644
--- a/rpmio/rpmurl.h
+++ b/rpmio/rpmurl.h
@@ -44,21 +44,6 @@ int nrefs; /*!< no. of references */
FD_t ctrl; /*!< control channel */
FD_t data; /*!< per-xfer data channel */
- void * capabilities; /*!< neon: ne_server_capabilities ptr */
- void * lockstore; /*!< neon: ne_lock_store ptr */
- void * sess; /*!< neon: ne_session ptr */
- off_t current; /*!< neon: current body offset. */
- off_t total; /*!< neon: total body length. */
- int connstatus; /*!< neon: connection status. */
-#ifdef REFERENCE
-typedef enum {
- ne_conn_namelookup, /* lookup up hostname (info = hostname) */
- ne_conn_connecting, /* connecting to host (info = hostname) */
- ne_conn_connected, /* connected to host (info = hostname) */
- ne_conn_secure /* connection now secure (info = crypto level) */
-} ne_conn_status;
-#endif
-
int bufAlloced; /*!< sizeof I/O buffer */
char * buf; /*!< I/O buffer */
int openError; /*!< Type of open failure */