00001 00020 #ifndef HYPERTABLE_ABI_H 00021 #define HYPERTABLE_ABI_H 00022 00023 #include <Common/String.h> 00024 00025 namespace Hypertable { 00026 00027 String demangle(const String &mangled); 00028 00029 } // namespace Hypertable 00030 00031 #endif /* HYPERTABLE_ABI_H */
1.7.2