(Fexpand_file_name): Fix previous change.
[bpt/emacs.git] / src / widget.h
index 4ae3f85..f941d86 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* Emacs 19 face widget ported by Fred Pierresteguy */
 
@@ -94,6 +95,7 @@ extern WidgetClass emacsFrameClass;
 extern struct _DisplayContext* display_context;
 
 /* Special entrypoints */
-void EmacsFrameSetCharSize ();
+void EmacsFrameSetCharSize P_ ((Widget, int, int));
+void widget_store_internal_border P_ ((Widget widget));
 
 #endif /* _EmacsFrame_h */