index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-06-03 14:15:31 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-06-06 13:47:32 +1000 |
commit | 37e85c0031147901b646574cf48b753a018e00c6 (patch) | |
tree | 6e375cf3d1f59d05a685d465c7d88e155638b1cc /lib/libalpm/alpm_list.h | |
parent | ab3d8478c23dd3f256da89c2a2a27f8a7f3d3893 (diff) |
-rw-r--r-- | lib/libalpm/alpm_list.h | 4 |
diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index 72c73785..3f3566b7 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -22,6 +22,10 @@ #include <stdlib.h> /* size_t */ +/* Note: alpm_list.{c,h} are intended to be standalone files. Do not include + * any other libalpm headers. + */ + #ifdef __cplusplus extern "C" { #endif |