diff options
Diffstat (limited to 'usr/src/lib/libnisdb/db_mindex_c.x')
| -rw-r--r-- | usr/src/lib/libnisdb/db_mindex_c.x | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/src/lib/libnisdb/db_mindex_c.x b/usr/src/lib/libnisdb/db_mindex_c.x index 2b7c7d2242..9d98563dc8 100644 --- a/usr/src/lib/libnisdb/db_mindex_c.x +++ b/usr/src/lib/libnisdb/db_mindex_c.x @@ -2,8 +2,9 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License (the "License"). - * You may not use this file except in compliance with the License. + * Common Development and Distribution License, Version 1.0 only + * (the "License"). You may not use this file except in compliance + * with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -21,10 +22,12 @@ /* * db_mindex_c.x * - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +%#pragma ident "%Z%%M% %I% %E% SMI" + #if RPC_HDR %#ifndef _DB_MINDEX_H %#define _DB_MINDEX_H @@ -263,7 +266,7 @@ typedef struct xdr_nis_object_s xdr_nis_object_t; % % /* Delete the given list of results; used when no longer interested in % the results of the first/next query that returned this list. */ -% db_status reset_next( db_next_index_desc *orig ); +% db_status db_mindex::reset_next( db_next_index_desc *orig ); % %/* Return all entries within table. Returns the answer by % setting the pointer 'rp' to point to the list of answers. |
