about summary refs log tree commit diff
path: root/frida_mode/include/output.h
blob: 53a9fdd33222d5bb26d82f873edce89ba4770e0b (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _OUTPUT_H
#define _OUTPUT_H

#include "frida-gum.h"

void output_init(void);

#endif