Mercurial > masqmail-0.2
comparison src/queue.c @ 15:f671821d8222
code beautifying; 0 -> \0 if appropriate
author | meillo@marmaro.de |
---|---|
date | Thu, 06 Nov 2008 09:18:38 +0100 |
parents | 26e34ae9a3e3 |
children | ac0233b5f6f8 |
comparison
equal
deleted
inserted
replaced
14:a8f3424347dc | 15:f671821d8222 |
---|---|
14 You should have received a copy of the GNU General Public License | 14 You should have received a copy of the GNU General Public License |
15 along with this program; if not, write to the Free Software | 15 along with this program; if not, write to the Free Software |
16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
17 */ | 17 */ |
18 | 18 |
19 #include "masqmail.h" | |
20 | |
21 #include <sys/stat.h> | 19 #include <sys/stat.h> |
22 #include <glob.h> | 20 #include <glob.h> |
21 | |
22 #include "masqmail.h" | |
23 | 23 |
24 static void | 24 static void |
25 mix_arr(int *buf, int len) | 25 mix_arr(int *buf, int len) |
26 { | 26 { |
27 int i; | 27 int i; |