Introduce xbps_xasprintf() and use it where required.
--HG-- extra : convert_revision : 324a92a4824476059e0993d00c2b925c732a79f8
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#define _XBPS_UTIL_H_
|
||||
|
||||
/* From lib/util.c */
|
||||
char * xbps_append_full_path(bool, const char *, const char *);
|
||||
char * xbps_xasprintf(const char *, ...);
|
||||
char * xbps_get_file_hash(const char *);
|
||||
int xbps_check_file_hash(const char *, const char *);
|
||||
int xbps_check_pkg_file_hash(prop_dictionary_t, const char *);
|
||||
|
||||
Reference in New Issue
Block a user