mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 12:36:14 -07:00
6 lines
232 B
Text
6 lines
232 B
Text
/** Client-side support for SQL range types.
|
|
*/
|
|
// Actual definitions in .hxx file so editors and such recognize file type.
|
|
#include "pqxx/internal/header-pre.hxx"
|
|
#include "pqxx/range.hxx"
|
|
#include "pqxx/internal/header-post.hxx"
|