projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77adc6
)
another small comment
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Jan 2008 02:14:21 +0000
(
03:14
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Jan 2008 02:14:21 +0000
(
03:14
+0100)
uci.h
patch
|
blob
|
history
diff --git
a/uci.h
b/uci.h
index 6a6db67bc2c0c9870a897ab59ea3b0f5e87bc654..0c79587ebf15633d9cc17382233f2438a4d92d85 100644
(file)
--- a/
uci.h
+++ b/
uci.h
@@
-307,7
+307,10
@@
struct uci_history
&_ptr->list != (_list); \
_ptr = _tmp, _tmp = list_to_element(_ptr->list.next))
-/* returns true if a list is empty */
+/**
+ * uci_list_empty: returns true if a list is empty
+ * @list: list head
+ */
#define uci_list_empty(list) ((list)->next == (list))
/* wrappers for dynamic type handling */