yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 819b95b112acdfa62ca898c10c03ebcaf4e6d381
parent 73bfcb98a8ac3499bfcb5a8dd95ff95db796ea7a
Author: vx_clutch <[email protected]>
Date:   Mon, 29 Sep 2025 11:39:37 -0400

Delete src/name.h
Diffstat:
Dsrc/name.h | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/name.h b/src/name.h @@ -1,14 +0,0 @@ -/* Copyright (C) GCK - * - * This file is part of yait - * - * This project and file is licenced under the BSD-3-Clause licence. - * <https://opensource.org/licence/bsd-3-clause> - */ - -#ifndef NAME_H -#define NAME_H - -char *get_name(); - -#endif