From 089c8bfc743edc44058a665bbe695809c26c682c Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 27 Jun 2018 11:16:54 -0400 Subject: internal headers: add missing guards and notes, remove unneeded notes. --- src/internal/slibtool_metafile_impl.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/internal/slibtool_metafile_impl.h') diff --git a/src/internal/slibtool_metafile_impl.h b/src/internal/slibtool_metafile_impl.h index 62a96ad..bd78b09 100644 --- a/src/internal/slibtool_metafile_impl.h +++ b/src/internal/slibtool_metafile_impl.h @@ -1,8 +1,5 @@ -/*******************************************************************/ -/* slibtool: a skinny libtool implementation, written in C */ -/* Copyright (C) 2016--2018 Z. Gilboa */ -/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ -/*******************************************************************/ +#ifndef SLIBTOOL_METAFILE_IMPL_H +#define SLIBTOOL_METAFILE_IMPL_H #include @@ -17,3 +14,5 @@ int slbt_create_library_wrapper( char * soname, char * soxyz, char * solnk); + +#endif -- cgit v1.2.3