guess_short_name.h   [plain text]


#include "stuff/bool.h"

__private_extern__ char * guess_short_name(
    char *name,
    enum bool *is_framework,
    char **return_suffix);