summaryrefslogblamecommitdiff
path: root/saedit/common.h
blob: 1715e4175654ec1205c9522952b0f22c808f70be (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                
                 
 




                           

      
#ifndef COMMON_H
#define COMMON_H

#include <glib.h>

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

#endif