summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/RPC/Generator/Inputs/Server/CheckConstCharPointer.h
blob: 37121cd445267b6d62f7ae8eb3df0e13c0026771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef LLDB_API_SBRPC_CHECKCONSTCHARPOINTER_H
#define LLDB_API_SBRPC_CHECKCONSTCHARPOINTER_H

namespace lldb {
class LLDB_API SBRPC_CHECKCONSTCHARPOINTER {
public:
  // const char * parameters must decoded as rpc_common::ConstCharPointer in server side
  // source files.
  int CheckConstCharPointer(char *string);

}; // class SBRPC_CHECKCONSTCHARPOINTER
} // namespace lldb

#endif // LLDB_API_SBRPC_CHECKCONSTCHARPOINTER_H