Allow set_driver to fail and handle this case.
[cascardo/rnetproxy.git] / pop.h
diff --git a/pop.h b/pop.h
index 2c64621..a740f12 100644 (file)
--- a/pop.h
+++ b/pop.h
@@ -23,6 +23,6 @@
 
 #include "hcconn.h"
 
-void hc_conn_set_driver_pop (HCConn *, HCConn *);
+int hc_conn_set_driver_pop (HCConn *, HCConn *);
 
 #endif