3bf8c7025a
This commit was SVN r20929.
15 строки
264 B
C
15 строки
264 B
C
/*
|
|
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
int opal_this_library_is_not_used_anymore(void);
|
|
|
|
int opal_this_library_is_not_used_anymore(void) {
|
|
return 0;
|
|
}
|