diff options
Diffstat (limited to 'src/include/optimizer/geqo_paths.h')
-rw-r--r-- | src/include/optimizer/geqo_paths.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/optimizer/geqo_paths.h b/src/include/optimizer/geqo_paths.h index c4b890a3dbd..123367ad7e7 100644 --- a/src/include/optimizer/geqo_paths.h +++ b/src/include/optimizer/geqo_paths.h @@ -1,28 +1,28 @@ /*------------------------------------------------------------------------- * * geqo_paths.h-- - * prototypes for various subroutines in geqo_path.c + * prototypes for various subroutines in geqo_path.c * * Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_paths.h,v 1.1 1997/02/19 12:58:55 scrappy Exp $ + * $Id: geqo_paths.h,v 1.2 1997/09/07 04:59:02 momjian Exp $ * *------------------------------------------------------------------------- */ /* contributed by: =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= - * Martin Utesch * Institute of Automatic Control * - = = University of Mining and Technology = - * utesch@aut.tu-freiberg.de * Freiberg, Germany * + * Martin Utesch * Institute of Automatic Control * + = = University of Mining and Technology = + * utesch@aut.tu-freiberg.de * Freiberg, Germany * =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */ -#ifndef GEQO_PATHS_H -#define GEQO_PATHS_H +#ifndef GEQO_PATHS_H +#define GEQO_PATHS_H -extern List *geqo_prune_rels(List *rel_list); -extern void geqo_rel_paths(Rel *rel); +extern List *geqo_prune_rels(List * rel_list); +extern void geqo_rel_paths(Rel * rel); -#endif /* GEQO_PATHS_H */ +#endif /* GEQO_PATHS_H */ |