diff options
Diffstat (limited to 'src/backend/port/alpha/port-protos.h')
-rw-r--r-- | src/backend/port/alpha/port-protos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/alpha/port-protos.h b/src/backend/port/alpha/port-protos.h index 3b5cb47adea..89c7d420435 100644 --- a/src/backend/port/alpha/port-protos.h +++ b/src/backend/port/alpha/port-protos.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: port-protos.h,v 1.2 1997/09/07 04:45:20 momjian Exp $ + * $Id: port-protos.h,v 1.3 1997/09/08 02:25:47 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -34,6 +34,6 @@ /* port.c */ -extern void init_address_fixup(void); +extern void init_address_fixup(void); #endif /* PORT_PROTOS_H */ |