cleanup load_blocks: make the common error path more visible
[hed.git] / libhed / private.h
blob3b91ebc8cb84a2bb6bfbf50806afd74c5fd3ff6d
1 /* This is a libhed PRIVATE file.
2 * Do not include outside of libhed. Do not install on the system.
3 */
5 #ifndef LIBHED__PRIVATE_H
6 #define LIBHED__PRIVATE_H
8 #define internal_name(n) hed__internal__ ## n
10 #endif /* LIBHED__PRIVATE_H */