9 lines
111 B
Scheme
9 lines
111 B
Scheme
#lang scheme/base
|
|
|
|
(provide hook)
|
|
|
|
(define (hook operation connection-context relevant-info)
|
|
'bogus-value)
|
|
|
|
|