projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6928432
)
Add documentation of DEFINE_ERRLIST.
author
Andre Noll
<maan@systemlinux.org>
Tue, 11 Nov 2008 22:39:50 +0000
(23:39 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 11 Nov 2008 22:39:50 +0000
(23:39 +0100)
adu.c
patch
|
blob
|
history
diff --git
a/adu.c
b/adu.c
index
f907cf4
..
b8c7b68
100644
(file)
--- a/
adu.c
+++ b/
adu.c
@@
-28,6
+28,7
@@
#include "string.h"
#include "error.h"
+/** Define the array of error descriptions. */
DEFINE_ERRLIST;
/**