summaryrefslogtreecommitdiffstats
path: root/src/config/sysinfo-get.h
blob: 0f319cbcc13645fbd7742111dd16a4dfcd62777a (plain)
1
2
3
4
5
6
#ifndef SYSINFO_GET_H
#define SYSINFO_GET_H

const char *sysinfo_get(const char *mail_location);

#endif