aboutsummaryrefslogtreecommitdiffstats
path: root/ps.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-11 22:12:05 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-11 22:12:05 +0000
commitcf7fb3ea9c67fae837f809322330e391f70d2759 (patch)
tree081fd2f52376409d9b7c256c81d3dd2bae4d5438 /ps.h
parent0df88c651ec72beddacab81989a5d75fac5077b0 (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. svn path=/trunk/; revision=27704
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 *);