Changeset 1042 for trunk/rtorrent/src/rpc/parse_commands.h
- Timestamp:
- 03/16/08 09:55:40 (4 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/rpc/parse_commands.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/rpc/parse_commands.h
r1026 r1042 72 72 const char* parse_command_name(const char* first, const char* last, std::string* dest); 73 73 74 inline torrent::Object 75 parse_command_single(target_type target, const std::string& cmd) { 76 return parse_command(target, cmd.c_str(), cmd.c_str() + cmd.size()).first; 77 } 78 74 79 inline void 75 80 parse_command_single_std(const std::string& cmd) {
