mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
Document alpm_list files are to be stand alone
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ab3d8478c2
commit
37e85c0031
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user