00001 /*************************************************************************** 00002 $RCSfile: jobview.h,v $ 00003 ------------------- 00004 cvs : $Id: jobview.h,v 1.1 2005/08/08 02:24:39 aquamaniac Exp $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 00015 #ifndef GBANKING_JOBVIEW_H 00016 #define GBANKING_JOBVIEW_H 00017 00018 #include <gtk/gtk.h> 00019 #include <aqbanking/banking.h> 00020 00021 00022 GtkWidget *GBanking_JobView_new(AB_BANKING *ab, GtkWidget *parent); 00023 00024 00025 00026 #endif /* GBANKING_JOBVIEW_H */ 00027