/* * utils.h: declare prototypes for functions defined in utils.c * * Copyright (C) 2010, 2012 Jim Diamond * You may freely use, modify and/or distribute this file. */ #ifndef UTILS_H #define UTILS_H extern char * progname; char * make_window_name(const char * fmt, const char * basename); #endif