Changeset 6813 for trunk/ARBDB/ad_prot.h

Show
Ignore:
Timestamp:
09/09/10 20:23:50 (21 months ago)
Author:
westram
Message:
  • merged from refactor [6796] [6804] [6806] [6808]
    • added header for planned library ARB_CORE
    • renamed inline.h into arb_str.h
    • header for global general purpose defines/inlines (arb_defs.h)
      • use ARRAY_ELEMS where applicable
    • removed duplicate of ARB_strscmp (GBS_strscmp). No longer needed cause ARBDB is now C++
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/ad_prot.h

    r6812 r6813  
    201201char *GBS_fconvert_string(char *buffer); 
    202202char *GBS_replace_tabs_by_spaces(const char *text); 
    203 int GBS_strscmp(const char *s1, const char *s2); 
    204203const char *GBS_readable_size(unsigned long long size); 
    205204char *GBS_trim(const char *str);