intl/icu/source/tools/genrb/rbutil.h

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 /*
     2 *******************************************************************************
     3 *
     4 *   Copyright (C) 1998-2005, International Business Machines
     5 *   Corporation and others.  All Rights Reserved.
     6 *
     7 *******************************************************************************
     8 *
     9 * File rbutil.h
    10 *
    11 * Modification History:
    12 *
    13 *   Date        Name        Description
    14 *   06/10/99    stephen     Creation.
    15 *******************************************************************************
    16 */
    18 #ifndef UTIL_H
    19 #define UTIL_H 1
    21 U_CDECL_BEGIN
    23 void get_dirname(char *dirname, const char *filename);
    24 void get_basename(char *basename, const char *filename);
    25 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
    26 U_CDECL_END
    27 #endif /* ! UTIL_H */

mercurial