diff test.c @ 5:8a64459dab94

make guess_init() and guess_impl_register() static functions.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 12 Jun 2008 22:54:49 +0900
parents ff05c6c659cb
children
line wrap: on
line diff
--- a/test.c	Thu Jun 12 20:22:07 2008 +0900
+++ b/test.c	Thu Jun 12 22:54:49 2008 +0900
@@ -17,9 +17,6 @@
         exit(1);
     }
 
-    //initialize libguess
-    guess_init();
-
     while (fgets(buf, 1024 * 1024 - 1, fp)) {
 //        printf("%s\n", buf);
         printf("length = %d\n", strlen(buf));