X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=pciutils.h;h=1f347a588d4398be3b7e11b264d29d65e0027363;hb=04885ef71099072b54bba3a6f47e3fd6590e3a23;hp=67b586fb57154831c25a6a2594c0636553f06923;hpb=90f8c88626289b0a713abc41759e8bebe6c20ddb;p=pciutils.git diff --git a/pciutils.h b/pciutils.h index 67b586f..1f347a5 100644 --- a/pciutils.h +++ b/pciutils.h @@ -20,6 +20,7 @@ extern const char program_name[]; void die(char *msg, ...) NONRET PCI_PRINTF(1,2); void *xmalloc(unsigned int howmuch); void *xrealloc(void *ptr, unsigned int howmuch); +char *xstrdup(char *str); int parse_generic_option(int i, struct pci_access *pacc, char *optarg); #ifdef PCI_HAVE_PM_INTEL_CONF