zathura/utils.h

12 lines
222 B
C
Raw Normal View History

2010-11-10 20:31:15 +01:00
/* See LICENSE file for license and copyright information */
#ifndef UTILS_H
#define UTILS_H
2010-11-18 02:35:33 +01:00
#include <stdbool.h>
bool file_exists(const char* path);
const char* file_get_extension(const char* path);
#endif // UTILS_H