src/: Fix up some wrong exports.
[sod] / src / c-types-impl.lisp
index b4f02e1..4a0f6e2 100644 (file)
                        (list (argument-name arg) (argument-type arg))))
                  (c-function-arguments type))))
 
-(export '(fun function func fn))
+(export '(fun function () func fn))
 (define-c-type-syntax fun (ret &rest args)
   "Return the type of functions which returns RET and has arguments ARGS.