htop/AffinityPanel.h

18 lines
351 B
C
Raw Normal View History

2007-12-17 05:50:00 +00:00
/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_AffinityPanel
#define HEADER_AffinityPanel
#include "ProcessList.h"
2007-12-17 05:50:00 +00:00
#include "Panel.h"
#include "CheckItem.h"
#include "debug.h"
#include <assert.h>
Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity);
2007-12-17 05:50:00 +00:00
Affinity* AffinityPanel_getAffinity(Panel* this);
2007-12-17 05:50:00 +00:00
#endif