Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> They are like:
> * conv_proc(
> * INTEGER, -- source encoding id
> * INTEGER, -- destination encoding id
> * OPAQUE, -- source string (null terminated C string)
> * OPAQUE, -- destination string (null terminated C string)
> * INTEGER -- source string length
Got it (shoulda read the documentation before asking ;-))
> The returned integer is actually dummy. The function always returns 1.
Yes. I will change these to be declared as
foo(int, int, cstring, cstring, int) returns void
unless anyone has a problem with that?
regards, tom lane