aboutsummaryrefslogtreecommitdiffstats
path: root/ps.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-11 22:12:05 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-11 22:12:05 +0000
commit330eb0bac3ec6e02c0f81bbf0dbc286bca9a78dd (patch)
tree081fd2f52376409d9b7c256c81d3dd2bae4d5438 /ps.h
parent971f5dd34aca332acbe1969b59c294b04b08c34e (diff)
Port rdps from C to Python. This makes it easier to cross-compile
Wireshark on Windows. The GNU toolchain changes have not been tested. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27704 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ps.h')
-rw-r--r--ps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps.h b/ps.h
index e28d8ca125..cc742d4bdc 100644
--- a/ps.h
+++ b/ps.h
@@ -27,7 +27,7 @@
#ifndef __PS_H__
#define __PS_H__
-/* Functions in ps.c; automatically generated by rdps */
+/* Functions in ps.c; automatically generated by rdps.py */
void print_ps_preamble(FILE *);
void print_ps_finale(FILE *);