From 30e77772456f3d31373bf1bd002af5b498496e08 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Mar 1995 06:28:14 +0000 Subject: Wed Mar 1 00:57:47 1995 Roland McGrath * misc/search.h: New file. * misc/Makefile (headers): Add search.h. * misc/insremque.c: Include search.h. (struct qelem): Type removed. --- misc/insremque.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'misc/insremque.c') diff --git a/misc/insremque.c b/misc/insremque.c index d3b9370fdc..2658397294 100644 --- a/misc/insremque.c +++ b/misc/insremque.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,13 +18,7 @@ Cambridge, MA 02139, USA. */ #include #include - -struct qelem - { - struct qelem *q_forw; - struct qelem *q_back; - char q_data[1]; - }; +#include /* Insert ELEM into a doubly-linked list, after PREV. */ -- cgit v1.2.3