From d6987c06f48b61352289181954f5a436c5f2379f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 21 Nov 2024 15:48:24 +0100 Subject: Docs: Move to Mkdocs & Codeberg pages --- exports/exports.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'exports') diff --git a/exports/exports.go b/exports/exports.go index 61509bf..552025f 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -1137,7 +1137,7 @@ func CalculateGateway(subnet *C.char) (*C.char, *C.char) { return C.CString(gw), nil } -// CookieNew creates a new cookie and returns it. +// CookieNew creates a new cookie and returns it. Functions that take a cookie have it as the first argument. // // This value should not be parsed or converted somehow by the client. // This value is simply to pass back to the Go library. @@ -1146,8 +1146,6 @@ func CalculateGateway(subnet *C.char) (*C.char, *C.char) { // - Cancel a long running function // - Send a reply to a state transition (ASK_PROFILE and ASK_LOCATION) // -// # Functions that take a cookie have it as the first argument -// // Example Input: ```CookieNew()``` // // Example Output: ```5``` -- cgit v1.2.3