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