diff options
author | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-13 05:52:26 +0000 |
---|---|---|
committer | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-13 05:52:26 +0000 |
commit | 690fe877b71040ce8253246baa334d90c7828a6b (patch) | |
tree | e7349c0bfeb0f6e34acfcc7c5aea6397730d4cd4 /recordmydesktop/include | |
parent | ac3ce74511a9953ae22fd6a1f77f8e969bb99922 (diff) |
include/rmdfunc.h
src/parseargs.c: Make ParseArgs() return a boolean and make TRUE mean
success and FALSE mean failure.
src/recordmydesktop.c: Adapt.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@518 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r-- | recordmydesktop/include/rmdfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h index a3eb811..d0aaf24 100644 --- a/recordmydesktop/include/rmdfunc.h +++ b/recordmydesktop/include/rmdfunc.h @@ -207,7 +207,7 @@ int GetZPixmapSHM(Display *dpy, * * \returns 0 on Success 1 on Failure */ -int ParseArgs(int argc,char **argv,ProgArgs *arg_return); +boolean ParseArgs(int argc, char **argv, ProgArgs *arg_return); /** * Check if needed extensions are present |