~ubuntu-branches/ubuntu/hardy/gnome-commander/hardy

« back to all changes in this revision

Viewing changes to src/history.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-12-11 09:49:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061211094910-5g0y31oeregcj4vr
Tags: 1.2.2-1
New upstream release (closes: #401228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
    You should have received a copy of the GNU General Public License
16
16
    along with this program; if not, write to the Free Software
17
 
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
17
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
*/
19
19
 
20
20
#ifndef __HISTORY_H__
21
21
#define __HISTORY_H__
22
22
 
 
23
G_BEGIN_DECLS
 
24
 
23
25
typedef struct
24
26
{
25
27
    GList *ents;
42
44
const gchar   *history_forward (History *history);
43
45
const gchar   *history_last (History *history);
44
46
 
45
 
#endif //__HISTORY_H__
 
47
G_END_DECLS
 
48
 
 
49
#endif // __HISTORY_H__