From b3dd75969b5fdbf3ce7583a36d11681ea836185a Mon Sep 17 00:00:00 2001 From: enselic Date: Sat, 13 Sep 2008 06:47:16 +0000 Subject: include/rmdfunc.h: Removed ParseArgs() declaration. src/Makefile.am src/parseargs.h: Added. src/recordmydesktop.c: Include parseargs.h which contains the ParseArgs() declaration. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@521 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/include/rmdfunc.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'recordmydesktop/include') diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h index d0aaf24..69db0b8 100644 --- a/recordmydesktop/include/rmdfunc.h +++ b/recordmydesktop/include/rmdfunc.h @@ -196,19 +196,6 @@ int GetZPixmapSHM(Display *dpy, int width, int height); -/** -* Fill ProgArgs struct with arguments entered at execution -* -* \param argc argc as entered from main -* -* \param argv argv as entered from main -* -* \param arg_return ProgArgs struct to be filled with the options -* -* \returns 0 on Success 1 on Failure -*/ -boolean ParseArgs(int argc, char **argv, ProgArgs *arg_return); - /** * Check if needed extensions are present * -- cgit v1.2.1