Qsmtp  0.30dev
xtext.h
Go to the documentation of this file.
1 
4 #ifndef QSMTP_XTEXT_H
5 #define QSMTP_XTEXT_H
6 
7 #include <sys/types.h>
8 
9 ssize_t xtextlen(const char *) __attribute__ ((pure)) __attribute__ ((nonnull (1)));
10 
11 #endif
ssize_t xtextlen(const char *)
Definition: xtext.c:37