Blame src/internal/slibtool_stoolie_impl.h

4c3fb7
/*******************************************************************/
4c3fb7
/*  slibtool: a strong libtool implementation, written in C        */
4c3fb7
/*  Copyright (C) 2016--2024  SysDeer Technologies, LLC            */
4c3fb7
/*  Released under the Standard MIT License; see COPYING.SLIBTOOL. */
4c3fb7
/*******************************************************************/
4c3fb7
4c3fb7
#ifndef SLIBTOOL_STOOLIE_IMPL_H
4c3fb7
#define SLIBTOOL_STOOLIE_IMPL_H
4c3fb7
4c3fb7
#include "argv/argv.h"
4c3fb7
#include <slibtool/slibtool.h>
4c3fb7
4c3fb7
extern const struct argv_option slbt_stoolie_options[];
4c3fb7
4c3fb7
#endif