aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_mswin.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-02 20:14:51 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-02 20:14:51 +0000
commiteacfa531057a560d623f75c6e3e81cff109774a6 (patch)
treef7bb6666a2274e9b9b3ee4b9bd4624ca82a8ca7c /gtk/print_mswin.h
parent782e8b798baf2abda1d12679822e92763879a598 (diff)
add details for doxygen
svn path=/trunk/; revision=11076
Diffstat (limited to 'gtk/print_mswin.h')
-rw-r--r--gtk/print_mswin.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/gtk/print_mswin.h b/gtk/print_mswin.h
index 2f2429f118..923dc3ff78 100644
--- a/gtk/print_mswin.h
+++ b/gtk/print_mswin.h
@@ -1,7 +1,7 @@
/* print_mswin.h
* Printing support for MSWindows
*
- * $Id: print_mswin.h,v 1.4 2002/09/09 20:32:31 jmayer Exp $
+ * $Id: print_mswin.h,v 1.5 2004/06/02 20:14:51 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,6 +25,14 @@
#ifndef __PRINT_MSWIN_H__
#define __PRINT_MSWIN_H__
+/** @file
+ * Win32 specific printing.
+ */
+
+/** Print the given file.
+ *
+ * @param file_name the file to print
+ */
void print_mswin(char *file_name);
#endif