xorg-xorgproto/recordstr.h
Peter Hutterer a7419fc173 Rename recordstr.h to recordproto.h, provide a stub instead.
Renaming for consistency with other protocol packages. recordstr.h is a
simple stub warning against the use of this header.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-19 08:57:00 +10:00

4 lines
258 B
C

#warning "recordstr.h is obsolete and may be removed in the future."
#warning "include <X11/extensions/record.h> for the library interfaces."
#warning "include <X11/extensions/recordproto.h> for the protocol defines."
#include <X11/extensions/recordproto.h>