diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-11-20 17:52:47 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-11-20 17:52:47 +0000 |
commit | d1d71b805c21b4446d803bd8dfa410f6959b77e5 (patch) | |
tree | f28e1f2c08fcc7ea7f163c40c2d99e4c242136e0 | |
parent | 5ffa6a940a50c5405dcbb0cbc13177cedbdef5c5 (diff) |
rmdtypes.h: CacheData added => char *specsfile
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@437 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | recordmydesktop/include/rmdtypes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recordmydesktop/include/rmdtypes.h b/recordmydesktop/include/rmdtypes.h index 45abf82..70e050c 100644 --- a/recordmydesktop/include/rmdtypes.h +++ b/recordmydesktop/include/rmdtypes.h @@ -19,8 +19,6 @@ * along with this program; if not, write to the Free Software * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * * -* * -* * * For further information contact me at johnvarouhakis@gmail.com * ******************************************************************************/ @@ -219,6 +217,7 @@ typedef struct _CacheData{ //and also, a frontend can identify //leftovers from a possible crash //and delete them + *specsfile, //workdir+projname+specs.txt *imgdata, //workdir+projname+img.out.gz *audiodata; //workdir+projname+audio.pcm |