1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@65 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-01 14:45:00 +00:00
parent 27f0adec90
commit 20adf3dc12
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
/* Die Callback-fkt. zum lesen einer Zeile.
* das 1. Argument ist die momentane Zeilennummer (beginnend bei 0)
* das 2. Argument ist das Argument, welches der mail_message-fkt. uebergeben wurde */
typedef char *(mail_linereader_cb)(int line, void *arg);
typedef char *(*mail_linereader_cb)(int line, void *arg);
/* Datenstruktur für die Addressliste */
typedef struct address_t {