summaryrefslogtreecommitdiff
path: root/saedit/common.h
blob: 1715e4175654ec1205c9522952b0f22c808f70be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef COMMON_H
#define COMMON_H

#include <glib.h>

gboolean
try_strtoint (
	const gchar *str,
	gint        *result
);

#endif