From: erg Date: Sat, 9 Apr 2005 23:54:34 +0000 (+0000) Subject: Add forgotten new file SF.h, plus remove fix from gquery.c X-Git-Tag: LAST_LIBGRAPH~32^2~7665 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56363fb9a01d969c43758815239d2b6db0f415b7;p=graphviz Add forgotten new file SF.h, plus remove fix from gquery.c --- diff --git a/cmd/lefty/ws/x11/libfilereq/SF.h b/cmd/lefty/ws/x11/libfilereq/SF.h new file mode 100644 index 000000000..10972ffb2 --- /dev/null +++ b/cmd/lefty/ws/x11/libfilereq/SF.h @@ -0,0 +1,29 @@ +/* $Id$ $Revision$ */ +/* vim:set shiftwidth=4 ts=8: */ + +/********************************************************** +* This software is part of the graphviz package * +* http://www.graphviz.org/ * +* * +* Copyright (c) 1994-2004 AT&T Corp. * +* and is licensed under the * +* Common Public License, Version 1.0 * +* by AT&T Corp. * +* * +* Information and Software Systems Research * +* AT&T Research, Florham Park NJ * +**********************************************************/ + +#ifdef __cplusplus +extern "C" { +#endif + +int XsraSelFile ( + Widget, char *, char *, char *, char *, char *, char *, + int (*) (char *, char **, struct stat *), char *, int +); + +#ifdef __cplusplus +} +#endif +