mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Standard pgindent run for 8.1.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.24 2004/12/31 22:03:31 pgsql Exp $
|
||||
* $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.25 2005/10/15 02:49:44 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -61,8 +61,8 @@ typedef struct Dllist
|
||||
|
||||
extern Dllist *DLNewList(void); /* allocate and initialize a list header */
|
||||
extern void DLInitList(Dllist *list); /* init a header alloced by caller */
|
||||
extern void DLFreeList(Dllist *list); /* free up a list and all the
|
||||
* nodes in it */
|
||||
extern void DLFreeList(Dllist *list); /* free up a list and all the nodes in
|
||||
* it */
|
||||
extern Dlelem *DLNewElem(void *val);
|
||||
extern void DLInitElem(Dlelem *e, void *val);
|
||||
extern void DLFreeElem(Dlelem *e);
|
||||
|
||||
Reference in New Issue
Block a user