One header file for type definitions and function declarations

This commit is contained in:
Bert Münnich
2017-10-16 21:10:35 +02:00
parent 4af189e7d9
commit 148026007c
18 changed files with 484 additions and 688 deletions

5
util.c
View File

@ -16,6 +16,8 @@
* along with sxiv. If not, see <http://www.gnu.org/licenses/>.
*/
#include "sxiv.h"
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
@ -23,9 +25,6 @@
#include <unistd.h>
#include <errno.h>
#include "options.h"
#include "util.h"
const char *progname;
void* emalloc(size_t size)