diff options
Diffstat (limited to 'mlag/mlag_pb.c')
-rw-r--r-- | mlag/mlag_pb.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mlag/mlag_pb.c b/mlag/mlag_pb.c new file mode 100644 index 0000000..01c4f0b --- /dev/null +++ b/mlag/mlag_pb.c @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: ISC +/* + * libmlag_pb library stub + */ + +#include "config.h" +#include "xref.h" + +XREF_SETUP(); |