File: recent.h

package info (click to toggle)
gbib 0.1.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 740 kB
  • ctags: 656
  • sloc: cpp: 3,535; ansic: 2,209; makefile: 263; sh: 175; sed: 93
file content (8 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

#ifndef RECENT_H
#define RECENT_H

void recent_startup(GnomeApp *app);
void add_recent_item(GnomeApp *app,char *filename);

#endif