Enlightenment CVS committal Author : rephorm Project : e17 Module : libs/engrave
Dir : e17/libs/engrave/src/lib Modified Files: engrave_load.c engrave_out.c Log Message: eet -> edj =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_load.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- engrave_load.c 5 Sep 2005 10:32:57 -0000 1.15 +++ engrave_load.c 8 Oct 2005 22:46:35 -0000 1.16 @@ -66,14 +66,14 @@ } /** - * engrave_load_eet - load the given EET file into memory. - * @param filename: The filename of the EET file to load. + * engrave_load_edj - load the given EDJ file into memory. + * @param filename: The filename of the EDJ file to load. * * @return Returns a pointer to a newly allocated Engrave_File object on * success or NULL on failure. */ Engrave_File * -engrave_load_eet(const char *filename) +engrave_load_edj(const char *filename) { Engrave_File *enf = NULL; char *cmd = NULL; @@ -146,7 +146,7 @@ return 0; } - cmd = strstr(ptr, ".eet"); + cmd = strstr(ptr, ".edj"); *cmd = '\0'; /* we need the info on the work dir to pass the cpp so it can =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_out.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- engrave_out.c 5 Sep 2005 10:32:57 -0000 1.29 +++ engrave_out.c 8 Oct 2005 22:46:35 -0000 1.30 @@ -113,14 +113,14 @@ } /** - * engrave_eet_output -- Create an EET file from the in-memory data. - * @param engrave_file: The Engrave_File to use to create the EET file. - * @param path: The filename to save the EET file too. + * engrave_edj_output -- Create an EDJ file from the in-memory data. + * @param engrave_file: The Engrave_File to use to create the EDJ file. + * @param path: The filename to save the EDJ file too. * * @return Returns 1 on success 0 otherwise. */ int -engrave_eet_output(Engrave_File *engrave_file, const char *path) +engrave_edj_output(Engrave_File *engrave_file, const char *path) { static char tmpn[1024]; int fd = 0, ret = 0; @@ -163,7 +163,7 @@ /** * engrave_edc_output -- Create an EDC file from the in-memory data. - * @param engrave_file: The Engrave_File to use to create the EET file. + * @param engrave_file: The Engrave_File to use to create the EDJ file. * @param path: The filename to save the EDC file too. * * @return Returns 1 on success 0 otherwise. ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs