Skip to content
Snippets Groups Projects
Commit 06381bc7 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Provide service_resolve_zero function

parent 8d719895
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,7 @@ struct resolve_service_s
IO_REDIRECTION_ZERO }
extern const resolve_service_t service_resolve_zero ;
typedef enum resolve_service_enum_e resolve_service_enum_t, *resolve_service_enum_t_ref;
enum resolve_service_enum_e
......
/*
* service_resolve_zero.c
*
* Copyright (c) 2018-2024 Eric Vidal <eric@obarun.org>
*
* All rights reserved.
*
* This file is part of Obarun. It is subject to the license terms in
* the LICENSE file found in the top-level directory of this
* distribution.
* This file may not be copied, modified, propagated, or distributed
* except according to the terms contained in the LICENSE file./
*/
#include <66/service.h>
const resolve_service_t service_resolve_zero = RESOLVE_SERVICE_ZERO ;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment