X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=psi.d%2Farpa_inet.psi;h=b38fc3d77a6479dfc2a794fee555587e9fcec699;hp=6fdf0fb83229be71e76833ff6e4f5aba6c7c5121;hb=036752dbbcb77494de9935ac459ea5cf0ea34b4b;hpb=5d02bb1fe8eb1396c316235cb887e1c570946275 diff --git a/psi.d/arpa_inet.psi b/psi.d/arpa_inet.psi index 6fdf0fb..b38fc3d 100644 --- a/psi.d/arpa_inet.psi +++ b/psi.d/arpa_inet.psi @@ -45,4 +45,4 @@ function psi\inet_pton(int $af, string $src, string &$dst) : int { let dst = calloc(1, sizeof(struct sockaddr_storage)); return inet_pton(af, src, dst) as to_int(inet_pton); set $dst = to_string(dst, sizeof(struct sockaddr_storage)); -} \ No newline at end of file +}