summaryrefslogtreecommitdiff
path: root/recordmydesktop/include
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/include')
-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