aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/odr-handling-with-dylib/plugin.h
blob: 9d4ba5df5a83a342d7d8fcfccecabdf7144f7968 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PLUGIN_H_IN
#define PLUGIN_H_IN

extern "C" {
void plugin_entry(void);
void plugin_init(void);
}

#endif // PLUGIN_H_IN