aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 7f70e9a4..bb71903e 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -65,22 +65,6 @@ struct optrec {
struct optrec *next;
};
-
-/* .poprc records are passed in this structure type */
-struct prc_server {
- char *server;
- int protocol;
- char *remotename;
- char *password;
- char *remotefolder;
- char *userfolder;
- char *mda;
- int keep;
- int flush;
- int fetchall;
-};
-
-
/* controls the detail level of status/progress messages written to stderr */
extern int outlevel; /* see the O_.* constants above */
extern int yydebug; /* enable parse debugging */