Translation update done using Pootle.
[gammu.git] / helper / cmdline.h
blob2800388b68a44ab693cfa67eec353e43c54380d1
1 #ifndef __helper_cmdline_h__
2 #define __helper_cmdline_h__
4 /**
5 * Returns integer from string or terminates program on failure.
6 */
7 long int GetInt(const char* param);
9 #endif
11 /* How should editor hadle tabs in this file? Add editor commands here.
12 * vim: noexpandtab sw=8 ts=8 sts=8 tw=78: