Signed-off-by: Karel Zak <kzak@redhat.com>
#define BLKID_BIC_FL_PROBED 0x0002 /* We probed /proc/partition devices */
#define BLKID_BIC_FL_CHANGED 0x0004 /* Cache has changed from disk */
-extern char *blkid_strconcat(const char *a, const char *b, const char *c)
- __attribute__((warn_unused_result));
-
/* config file */
#define BLKID_CONFIG_FILE "/etc/blkid.conf"
#include "at.h"
#include "sysfs.h"
-char *blkid_strconcat(const char *a, const char *b, const char *c)
+static char *blkid_strconcat(const char *a, const char *b, const char *c)
{
char *res, *p;
size_t len, al, bl, cl;