Changeset 19
- Timestamp:
- 04/15/06 02:08:00 (3 years ago)
- Location:
- trunk/sagot
- Files:
-
- 2 added
- 2 modified
-
NEWS (added)
-
README (added)
-
src/sagot.c (modified) (1 diff)
-
src/sagot_glib.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sagot/src/sagot.c
r5 r19 7 7 */ 8 8 9 #include <jsapi.h> 10 #include <malloc.h> 9 11 #include <stdio.h> 12 #include <string.h> 10 13 #include <sys/types.h> 11 14 #include <sys/stat.h> 12 15 #include <unistd.h> 13 #include <malloc.h>14 16 15 #include <jsapi.h>16 17 #include "sagot_glib.h" 17 18 -
trunk/sagot/src/sagot_glib.h
r4 r19 1 /* ---------------------------------------------------------------------------- 2 * "THE BEER-WARE LICENSE" (Revision 43) borrowed from FreeBSD's jail.c: 3 * <tag@cpan.org> wrote this file. As long as you retain this notice you 4 * can do whatever you want with this stuff. If we meet some day, and you think 5 * this stuff is worth it, you can buy me a beer in return. Scott S. McCoy 6 * ---------------------------------------------------------------------------- 7 */ 8 9 #include "sagot_glib_eventcontext.h" 10 #include "sagot_glib_eventloop.h" 11 #include "sagot_glib_filechannel.h"