view src/lib/printf-upper-bound.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 34cb1d196d2b
children 32bfcbe2a006
line wrap: on
line source

#ifndef __PRINTF_UPPER_BOUND_H
#define __PRINTF_UPPER_BOUND_H

/* Returns the maximum length of given format string when expanded.
   If the format is invalid, i_fatal() is called. */
size_t printf_string_upper_bound(const char *format, va_list args);

#endif