Tatsuo Ishii <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to