Ignore:
Timestamp:
07/26/22 02:33:45 (21 months ago)
Author:
Maciej Komosinski
Message:

"eof" quoting and unquoting functions (used in client-server communication)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/sstringutils.h

    r1156 r1179  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2021  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2022  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    2525bool sstringURLEncode(SString& target);
    2626bool sstringURLDecode(SString &target);
     27bool sstringQuoteEOF(SString& target);
     28bool sstringUnquoteEOF(SString& target);
    2729
    2830int strFindField(const SString& txt, const SString& name, int &end);
Note: See TracChangeset for help on using the changeset viewer.