view src/lib/alarm-hup.h @ 1329:ae229b7acb4c HEAD

Mailbox names are now sent through imap-quoter instead of just escaping it. This means that mailbox names that would require escapes are instead sent as literals now.
author Timo Sirainen <tss@iki.fi>
date Wed, 02 Apr 2003 05:05:38 +0300
parents 3b53dd1280c6
children
line wrap: on
line source

#ifndef __ALARM_HUP_H
#define __ALARM_HUP_H

/* Set new alarm() interval. Returns the old one. alarm() is called
   immediately with the specified timeout. */
unsigned int alarm_hup_set_interval(unsigned int timeout);

/* init() may be called multiple times. */
void alarm_hup_init(void);
void alarm_hup_deinit(void);

#endif