From ea4ab310772bed3776da7188c9c38dea8dc3891e Mon Sep 17 00:00:00 2001 From: iovar Date: Thu, 13 Dec 2007 16:08:47 +0000 Subject: 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 --- recordmydesktop/include/rmdfunc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recordmydesktop/include/rmdfunc.h') 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 -- cgit v1.2.3