~teemperor/elementary-system-monitor/correct-branch

« back to all changes in this revision

Viewing changes to src/memmaps.h

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-10-29 17:35:41 UTC
  • Revision ID: sergey@elementaryos.org-20121029173541-vz0t8fsfttaqx51a
Initial import, version 3.4.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _PROCMAN_MEMMAPS_H_
 
2
#define _PROCMAN_MEMMAPS_H_
 
3
 
 
4
#include <glib.h>
 
5
#include "procman.h"
 
6
 
 
7
void            create_memmaps_dialog (ProcData *procdata);
 
8
 
 
9
#endif /* _PROCMAN_MEMMAPS_H_ */