filter 함수 인자 바뀐 것을 적용함
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 25 Feb 2006 13:33:54 +0000 (22:33 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 25 Feb 2006 13:33:54 +0000 (22:33 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@62 8f00fcd2-89fc-0310-932e-b01be5b65e01

test/test.c

index 306a265..c39b5bb 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "../hangul/hangul.h"
 
-bool filter(ucschar cho, ucschar jung, ucschar jong, void *data)
+bool filter(ucschar *str, ucschar cho, ucschar jung, ucschar jong, void *data)
 {
     //printf("Filter: %x %x %x\n", cho, jung, jong);
     //return jong == 0;