Changeset 6812 for trunk/ARBDB/ad_prot.h

Show
Ignore:
Timestamp:
09/09/10 19:58:32 (21 months ago)
Author:
westram
Message:
  • merged r6753, r6788 + r6789 from refactor:
    • multiple attributes get promoted to headers
    • make depends scans __cplusplus sections
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/ad_prot.h

    r6714 r6812  
    139139void GB_raise_critical_error(const char *msg); 
    140140GB_ERROR GB_export_error(const char *error); 
    141 GB_ERROR GB_export_errorf(const char *templat, ...) __ATTR__FORMAT(1); 
     141GB_ERROR GB_export_errorf(const char *templat, ...) __ATTR__FORMAT(1) __ATTR__DEPRECATED; 
    142142GB_ERROR GB_IO_error(const char *action, const char *filename); 
    143143GB_ERROR GB_export_IO_error(const char *action, const char *filename) __ATTR__DEPRECATED;