Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / aligner-lib.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2016 Sebastien Boisvert <sboisvert@gydle.com>
5 */
6
7#ifndef ALIGNER_LIB_H
8#define ALIGNER_LIB_H
9
10#include <string>
11
12void align_query(const std::string &queryName);
13
14#endif
This page took 0.022928 seconds and 4 git commands to generate.