#ifndef _DWARVES_REORGANIZE_H_ #define _DWARVES_REORGANIZE_H_ 1 /* Copyright (C) 2006 Mandriva Conectiva S.A. Copyright (C) 2006 Arnaldo Carvalho de Melo Copyright (C) 2007 Arnaldo Carvalho de Melo This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. */ #include #include struct class; struct cu; struct class_member; extern void class__subtract_offsets_from(struct class *self, const struct cu *cu, struct class_member *from, const uint16_t size); extern struct class *class__reorganize(struct class *self, const struct cu *cu, const int verbose, FILE *fp); #endif /* _DWARVES_REORGANIZE_H_ */