aboutsummaryrefslogtreecommitdiff
path: root/src/lib/osinfo/uname.h
blob: 1f0b78385f77fc5b806730768e5290bf824f541c (plain)
1
2
3
4
5
6
7
8
9
#ifndef HAVE_TOR_UNAME_H
#define HAVE_TOR_UNAME_H

#include "lib/testsupport/testsupport.h"

MOCK_DECL(const char *, get_uname,(void));

#endif