Ok. I found the problem. It was I use c2nim and it puts asterisk after 
procedure name. That was obvious. Procedure must been defined in the same file, 
because it was marked as to be exported. Because It was C header file (and 
after use of c2nim it was nim file contains only signature/prototypes/etc.), I 
revert state of file and removes asterisk.

Reply via email to