Changeset 6753 for branches/refactor/ARBDB/ad_prot.h
- Timestamp:
- 03/09/10 22:37:23 (21 months ago)
- Files:
-
- 1 modified
-
branches/refactor/ARBDB/ad_prot.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/ARBDB/ad_prot.h
r6714 r6753 139 139 void GB_raise_critical_error(const char *msg); 140 140 GB_ERROR GB_export_error(const char *error); 141 GB_ERROR GB_export_errorf(const char *templat, ...) __ATTR__FORMAT(1) ;141 GB_ERROR GB_export_errorf(const char *templat, ...) __ATTR__FORMAT(1) __ATTR__DEPRECATED; 142 142 GB_ERROR GB_IO_error(const char *action, const char *filename); 143 143 GB_ERROR GB_export_IO_error(const char *action, const char *filename) __ATTR__DEPRECATED;
