From 37e85c0031147901b646574cf48b753a018e00c6 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 3 Jun 2013 14:15:31 +1000 Subject: Document alpm_list files are to be stand alone Signed-off-by: Allan McRae --- lib/libalpm/alpm_list.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libalpm/alpm_list.h') 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 /* 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 -- cgit v1.2.3-24-g4f1b