diff options
Diffstat (limited to 'examples/c/getting_started/gettingstarted_common.h')
-rw-r--r-- | examples/c/getting_started/gettingstarted_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/c/getting_started/gettingstarted_common.h b/examples/c/getting_started/gettingstarted_common.h index 7365fc7f..90c12e6e 100644 --- a/examples/c/getting_started/gettingstarted_common.h +++ b/examples/c/getting_started/gettingstarted_common.h @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2004, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved. */ #include <db.h> @@ -52,8 +52,8 @@ typedef struct vendor { } VENDOR; /* Function prototypes */ -int databases_close(STOCK_DBS *); int databases_setup(STOCK_DBS *, const char *, FILE *); +int databases_close(STOCK_DBS *); void initialize_stockdbs(STOCK_DBS *); int open_database(DB **, const char *, const char *, FILE *, int); void set_db_filenames(STOCK_DBS *my_stock); |