Added missing declaration ?!?

git-svn-id: svn://svn.cc65.org/cc65/trunk@4524 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2009-12-13 00:13:14 +00:00
parent 4aa2b0c127
commit e1b8fb85dd
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ SER_STATUS_DSR = $40 ; NOT data set ready
;------------------------------------------------------------------------------
; C callable functions
.global _ser_load_driver
.global _ser_unload
.global _ser_install
.global _ser_uninstall