mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Remove outdated license boilerplate and fix SPDX-tag style. Acked-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Szabina Korbai <szkorbai@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
15 lines
225 B
C
15 lines
225 B
C
/*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright IBM Corp.
|
|
*/
|
|
|
|
#ifndef LIB_UTIL_AUTOCOMP_H
|
|
#define LIB_UTIL_AUTOCOMP_H
|
|
|
|
#include "lib/util_opt.h"
|
|
|
|
void generate_autocomp(struct util_opt *opt_vec, char *tool_name);
|
|
|
|
#endif
|