summaryrefslogtreecommitdiff
path: root/lib/setenv.h
blob: 771ee274fefe692886d12b682abb1f61597f509c (plain)
1
2
3
4
5
6
#ifndef NULLMAILER__SETENV__H__
#define NULLMAILER__SETENV__H__

extern "C" int setenv(const char*, const char*, int);

#endif