Rename some C utils.

--HG--
extra : convert_revision : 35b27fcbc85ad9f6466cef02759cc0142e6bfafd
This commit is contained in:
Juan RP 2008-12-20 03:07:46 +01:00
parent e6e047bc6b
commit 894c0903c6
6 changed files with 11 additions and 11 deletions

View file

@ -41,9 +41,9 @@
#define XBPS_REGPKGDB_DEFPATH "/var/cache/xbps/regpkgdb.plist"
/* API to handle plist files */
#include "plist_utils.h"
#include "plist.h"
/* SHA256 implementation */
#include "sha256_digest.h"
#include "sha256.h"
#endif /* !_XBPS_API_H_ */