diff options
Diffstat (limited to 'utils/hp2ps/TraceElement.h')
-rw-r--r-- | utils/hp2ps/TraceElement.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/hp2ps/TraceElement.h b/utils/hp2ps/TraceElement.h new file mode 100644 index 0000000000..d843392a23 --- /dev/null +++ b/utils/hp2ps/TraceElement.h @@ -0,0 +1,6 @@ +#ifndef TRACE_ELEMENT_H +#define TRACE_ELEMENT_H + +void TraceElement PROTO((void)); + +#endif /* TRACE_ELEMENT_H */ |