wip: renaming

This commit is contained in:
2025-11-19 10:57:23 -08:00
parent e12466d5f2
commit ff257ae976
7 changed files with 29 additions and 22 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
%% Returns an {error, Reason} tuple if it is already listening.
listen(PortNum) ->
fd_client_man:listen(PortNum).
fd_http:listen(PortNum).
-spec ignore() -> ok.
@@ -32,7 +32,7 @@ listen(PortNum) ->
%% Make the server stop listening if it is, or continue to do nothing if it isn't.
ignore() ->
fd_client_man:ignore().
fd_http:ignore().
-spec start(normal, term()) -> {ok, pid()}.