summaryrefslogtreecommitdiff
path: root/recordmydesktop/include/rmdfunc.h
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-13 16:08:47 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-13 16:08:47 +0000
commitea4ab310772bed3776da7188c9c38dea8dc3891e (patch)
treeb4ed69a05d913090f4d4375415fbe401ee150527 /recordmydesktop/include/rmdfunc.h
parentbfc243a25074f519b994bb34143dc211961ccae0 (diff)
src/rmd_restore.c -> src/rmd_rescue.c
Every occurance of restore replaced with rescue git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@475 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include/rmdfunc.h')
-rw-r--r--recordmydesktop/include/rmdfunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h
index 30fe68d..f7afe3b 100644
--- a/recordmydesktop/include/rmdfunc.h
+++ b/recordmydesktop/include/rmdfunc.h
@@ -819,7 +819,7 @@ int ReadSpecsFile(ProgData *pdata);
/*
- * Restore a previous recording, found in
+ * Rescue a previous recording, found in
* the given path.
*
* \param path Path to the cache folder.
@@ -827,7 +827,7 @@ int ReadSpecsFile(ProgData *pdata);
* \returns 0 on Success, 1 on failure
*
*/
-int rmdRestore(const char *path);
+int rmdRescue(const char *path);
#endif
© All Rights Reserved