#include "system.h"
#include <header_internal.h>
#include "debug.h"
Go to the source code of this file.
Functions | |
char ** | headerGetLangs (Header h) |
Return array of locales found in header. | |
void | headerDump (Header h, FILE *f, int flags, const struct headerTagTableEntry_s *tags) |
Dump a header in human readable format (for debugging). | |
char * | bin2hex (const char *data, size_t size) |
Convert binary blob to printable hex string. |
Definition in file header_internal.c.