summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/utils.h
blob: 2eae6e88bf3891b2b0d87210bf1c554d0305b131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * utils.h: declare prototypes for functions defined in utils.c
 *
 * Copyright (C) 2010 Jim Diamond <jim.diamond@acadiau.ca>
 * 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