diff options
Diffstat (limited to 'cmd/srv9p/static9p.h')
-rw-r--r-- | cmd/srv9p/static9p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/srv9p/static9p.h b/cmd/srv9p/static9p.h index e03a480..5ef6cb1 100644 --- a/cmd/srv9p/static9p.h +++ b/cmd/srv9p/static9p.h @@ -4,8 +4,8 @@ * SPDX-Licence-Identifier: AGPL-3.0-or-later */ -#ifndef _STATIC9P_H_ -#define _STATIC9P_H_ +#ifndef _SRV9P_STATIC9P_H_ +#define _SRV9P_STATIC9P_H_ #include <lib9p/srv.h> @@ -44,4 +44,4 @@ struct static_file { extern struct lib9p_srv_file_vtable static_dir_vtable; extern struct lib9p_srv_file_vtable static_file_vtable; -#endif /* _STATIC9P_H_ */ +#endif /* _SRV9P_STATIC9P_H_ */ |