Remove unneeded signature file

This commit is contained in:
Tony Garnock-Jones 2012-01-25 12:01:31 -05:00
parent e7f3e79053
commit a447ddfd7d
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#lang racket/signature
udp-open-socket ;; host port -> socket
udp-close ;; socket -> void
udp-bind! ;; socket host port -> void
udp-send-to ;; socket host port bytes -> void
udp-receive/timeout ;; socket bytes seconds -> (or (list non-negative-integer host port) #f)