mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
10 lines
268 B
C++
10 lines
268 B
C++
#ifndef NETWORK_CONSTANTS_H_R7DVBN2M
|
|
#define NETWORK_CONSTANTS_H_R7DVBN2M
|
|
|
|
#include <oak/misc.h>
|
|
|
|
PUBLIC extern std::string const kHTTPSignatureHeader;
|
|
PUBLIC extern std::string const kHTTPSigneeHeader;
|
|
|
|
#endif /* end of include guard: NETWORK_CONSTANTS_H_R7DVBN2M */
|