~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/memmaps.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2005-08-26 18:38:24 UTC
  • Revision ID: james.westby@ubuntu.com-20050826183824-zh2978nxikpkfxyd
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _PROCMAN_MEMMAPS_H_
 
2
#define _PROCMAN_MEMMAPS_H_
 
3
 
 
4
void            create_memmaps_dialog (ProcData *procdata);
 
5
 
 
6
#endif /* _PROCMAN_MEMMAPS_H_ */