#ifndef POP3_COMMON_H
#define POP3_COMMON_H
enum uidl_keys {
};
#include "lib.h"
#include "pop3-client.h"
#include "pop3-settings.h"
/* Sets the hook_client_created and returns the previous hook,
which the new_hook should call if it's non-NULL. */
void pop3_refresh_proctitle(void);
#endif