From dc09dd61d82f6b77984a9372e51d32ff1b902e92 Mon Sep 17 00:00:00 2001 From: Christophe Trussardi Date: Thu, 24 Apr 2014 20:58:50 +0000 Subject: [PATCH] correction indentation --- phpmyemail_util.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/phpmyemail_util.h b/phpmyemail_util.h index 8ca8caf..c9e2d53 100644 --- a/phpmyemail_util.h +++ b/phpmyemail_util.h @@ -22,10 +22,10 @@ */ -/* - * - * Constants - * +/* + * + * Constants + * */ #define PACKET_SIZE 1024 @@ -44,24 +44,24 @@ static const char table64[]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxy /* - * - * Functions - * + * + * Functions + * */ - -void + +void appli(); /* Ecrit le contenu du mail */ -int -writen(int fd, char *ptr, int n); /* Envoi vers le serveur de mail */ +int +writen(int fd, char *ptr, int n); /* Envoi vers le serveur de mail */ -int +int readn(int fd, char *ptr, int n); /* Lecture depuis le serveur de mail */ #ifdef USE_MYSQL -int +int sql(char *from); #endif -size_t +size_t base64_encode(const char *inp, size_t insize, char **outptr); -- GitLab