~ubuntu-branches/ubuntu/intrepid/htop/intrepid

« back to all changes in this revision

Viewing changes to UptimeMeter.h

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz Fenski
  • Date: 2006-08-14 13:03:15 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060814130315-mm00h2owyqz2zr2j
Tags: 0.6.3-1
* New upstream version.
  - allows to rekill tagged group of processes (Closes: #375219)
* Bumped Standards-Version to 3.7.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "debug.h"
19
19
 
20
 
 
21
 
 
22
 
void UptimeMeter_setValues(Meter* cast, char* buffer, int len);
 
20
extern int UptimeMeter_attributes[];
 
21
 
 
22
extern MeterType UptimeMeter;
 
23
 
 
24
void UptimeMeter_setValues(Meter* this, char* buffer, int len);
23
25
 
24
26
#endif