diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-08-19 21:40:56 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-08-19 21:40:56 +0000 |
| commit | 1d8bbfd2e7cfb72cbe4d5c5d4fa650a28dedac0b (patch) | |
| tree | 8d3a5dac9207f22c3afb8afb563d54f88774deb3 /src/include/lib/lispsort.h | |
| parent | b992e200b8872ecb6652ec85111995f8d4c5aee0 (diff) | |
| download | postgresql-1d8bbfd2e7cfb72cbe4d5c5d4fa650a28dedac0b.tar.gz | |
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
Diffstat (limited to 'src/include/lib/lispsort.h')
| -rw-r--r-- | src/include/lib/lispsort.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h index 3d13de381b..872b14959a 100644 --- a/src/include/lib/lispsort.h +++ b/src/include/lib/lispsort.h @@ -6,13 +6,11 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lispsort.h,v 1.1 1996/08/28 07:22:39 scrappy Exp $ + * $Id: lispsort.h,v 1.2 1997/08/19 21:38:30 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef LISPSORT_H #define LISPSORT_H -extern List *lisp_qsort(List *the_list, int (*compare)()); - #endif /* LISPSORT_H */ |
