/** \file xtext.h \brief headers of functions for xtext parsing */ #ifndef QSMTP_XTEXT_H #define QSMTP_XTEXT_H #include ssize_t xtextlen(const char *) __attribute__ ((pure)) __attribute__ ((nonnull (1))); #endif