X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fabsgraph.h;h=c9be51162ece7031558b0d9a3857af5fe0d51894;hb=e302589b2ee3b43584b856431b581d67bc679a68;hp=9b6a7d2e55d71e797d5040c2f07101a0ad7a0992;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/include/libfirm/absgraph.h b/include/libfirm/absgraph.h index 9b6a7d2e5..c9be51162 100644 --- a/include/libfirm/absgraph.h +++ b/include/libfirm/absgraph.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -38,6 +38,7 @@ typedef struct _absgraph_t { void *(*get_root)(void *self); void (*grow_succs)(void *self, void *node, struct obstack *obst); + void *(*get_end)(void *self); } absgraph_t; extern const absgraph_t absgraph_irg_cfg_succ;