Skip to content
Snippets Groups Projects
Commit 213beb64 authored by wlott's avatar wlott
Browse files

Fixed the def-c-routine stuff.

parent d6669461
No related branches found
No related tags found
No related merge requests found
......@@ -371,10 +371,8 @@
;;;
#+:CMU
(defun clx-foreign-files ()
(ext:def-c-type c-string (ext::null-terminated-string 256))
(ext:def-c-pointer *c-string c-string)
(ext:def-c-routine ("connect_to_server" xlib::connect-to-server) (ext:int)
(host *c-string)
(host system:null-terminated-string)
(port ext:int)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment