Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include


Modified Files:
        libast.h 


Log Message:
Fri Jul 16 19:20:48 2004                        Michael Jennings (mej)

Working on cleaning some things up for portability and C99-compliance.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- libast.h    29 Jun 2004 21:18:07 -0000      1.51
+++ libast.h    16 Jul 2004 23:22:17 -0000      1.52
@@ -30,8 +30,8 @@
  * including all required system headers and LibAST Object headers.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.51 $
- * @date $Date: 2004/06/29 21:18:07 $
+ * @version $Revision: 1.52 $
+ * @date $Date: 2004/07/16 23:22:17 $
  */
 
 #ifndef _LIBAST_H_
@@ -2760,7 +2760,7 @@
 extern unsigned char spifconf_register_builtin(char *name, spifconf_func_ptr_t ptr);
 extern unsigned char spifconf_register_context_state(unsigned char ctx_id);
 extern void spifconf_free_subsystem(void);
-extern char *spifconf_shell_expand(char *);
+extern spif_charptr_t spifconf_shell_expand(spif_charptr_t);
 extern char *spifconf_find_file(const char *file, const char *dir, const char 
*pathlist);
 extern FILE *spifconf_open_file(char *name);
 extern void spifconf_parse_line(FILE *fp, char *buff);




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to