Blame libdwarf/dwarf_stubs.c

Packit cdaae3
/*
Packit cdaae3
Packit cdaae3
  Copyright (C) 2000,2004 Silicon Graphics, Inc.  All Rights Reserved.
Packit cdaae3
  Portions Copyright 2011 David Anderson.  All Rights Reserved.
Packit cdaae3
Packit cdaae3
  This program is free software; you can redistribute it and/or modify it
Packit cdaae3
  under the terms of version 2.1 of the GNU Lesser General Public License
Packit cdaae3
  as published by the Free Software Foundation.
Packit cdaae3
Packit cdaae3
  This program is distributed in the hope that it would be useful, but
Packit cdaae3
  WITHOUT ANY WARRANTY; without even the implied warranty of
Packit cdaae3
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit cdaae3
Packit cdaae3
  Further, this software is distributed without any warranty that it is
Packit cdaae3
  free of the rightful claim of any third person regarding infringement
Packit cdaae3
  or the like.  Any license provided herein, whether implied or
Packit cdaae3
  otherwise, applies only to this software file.  Patent licenses, if
Packit cdaae3
  any, provided herein do not apply to combinations of this program with
Packit cdaae3
  other software, or any other product whatsoever.
Packit cdaae3
Packit cdaae3
  You should have received a copy of the GNU Lesser General Public
Packit cdaae3
  License along with this program; if not, write the Free Software
Packit cdaae3
  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston MA 02110-1301,
Packit cdaae3
  USA.
Packit cdaae3
Packit cdaae3
*/
Packit cdaae3
Packit cdaae3
#include "config.h"
Packit cdaae3
#include "dwarf_incl.h"
Packit cdaae3
#include <stdio.h>
Packit cdaae3
Packit cdaae3
/*  THIS IS OBSOLETE. DO NOT USE.
Packit cdaae3
    No prototype was ever made public.
Packit cdaae3
    There is no implementation of any use at all. */
Packit cdaae3
Packit cdaae3
/*ARGSUSED*/ int
Packit cdaae3
dwarf_nextglob(Dwarf_Debug dbg,
Packit cdaae3
    Dwarf_Global glob,
Packit cdaae3
    Dwarf_Global * returned_nextglob, Dwarf_Error * error)
Packit cdaae3
{
Packit cdaae3
    return (DW_DLV_NO_ENTRY);
Packit cdaae3
}