Document alpm_list files are to be stand alone

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2013-06-03 14:15:31 +10:00
parent ab3d8478c2
commit 37e85c0031
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,10 @@
#include <stdlib.h>
#include <string.h>
/* Note: alpm_list.{c,h} are intended to be standalone files. Do not include
* any other libalpm headers.
*/
/* libalpm */
#include "alpm_list.h"

View File

@ -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