mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 00:45:02 -05:00
9 lines
228 B
C++
9 lines
228 B
C++
#ifndef POST_H_HD2H7K9B
|
|
#define POST_H_HD2H7K9B
|
|
|
|
#include <oak/misc.h>
|
|
|
|
PUBLIC long post_to_server (std::string const& url, std::map<std::string, std::string> const& payload);
|
|
|
|
#endif /* end of include guard: POST_H_HD2H7K9B */
|