/*
* utils.h: declare prototypes for functions defined in utils.c
*
* Copyright (C) 2010--2014 Jim Diamond <
[email protected]>
* You may freely use, modify and/or distribute this file.
*/
#ifndef UTILS_H
#define UTILS_H
char * make_window_name(const char * fmt, const char * basename);
#endif