summaryrefslogtreecommitdiff
path: root/recordmydesktop/include
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-13 06:47:16 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-13 06:47:16 +0000
commitb3dd75969b5fdbf3ce7583a36d11681ea836185a (patch)
treed56f93c8437f58098c5ea70d35c116077071a093 /recordmydesktop/include
parent37f8bfd478d299abdcb5005fe006bf9a9a74eb24 (diff)
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
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r--recordmydesktop/include/rmdfunc.h13
1 files changed, 0 insertions, 13 deletions
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
@@ -197,19 +197,6 @@ int GetZPixmapSHM(Display *dpy,
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
*
* \param dpy Connection to the server
© All Rights Reserved