view src/pop3-login/pop3-proxy.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents e624a9ad6a30
children 50f49805b13b
line wrap: on
line source

#ifndef POP3_PROXY_H
#define POP3_PROXY_H

#include "login-proxy.h"

int pop3_proxy_new(struct pop3_client *client, const char *host,
		   unsigned int port, const char *user, const char *password);

#endif