changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/pod/api.lisp

revision 159: bd5a8e8818f5
parent 157: 193d1ea7d684
child 161: a9b6e0e4765d
     1.1--- a/lisp/lib/pod/api.lisp	Mon Jan 01 22:12:00 2024 -0500
     1.2+++ b/lisp/lib/pod/api.lisp	Mon Jan 01 22:37:40 2024 -0500
     1.3@@ -25,6 +25,6 @@
     1.4 
     1.5 ;; (defmacro define-podman-req/res (name))
     1.6 
     1.7-(defmethod attach-query-param (req))
     1.8-(defmethod send-request (req client callback))
     1.9-(defmethod receive-response (req client callback))
    1.10+(defgeneric attach-query-param (req))
    1.11+(defgeneric send-request (req client callback))
    1.12+(defgeneric receive-response (req client callback))