~ubuntu-branches/ubuntu/wily/sysdig/wily

« back to all changes in this revision

Viewing changes to userspace/sysdig/sysdig.h

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov
  • Date: 2014-05-08 08:34:46 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140508083446-zw16tpmm2xcj1iqr
Tags: 0.1.82-1
* New upstream release
* do not require dpkg >= 1.17.0 anymore for building

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
#ifdef HAS_CHISELS
82
82
void print_chisel_info(chisel_desc* cd);
83
 
void list_chisels(vector<chisel_desc>* chlist);
 
83
void list_chisels(vector<chisel_desc>* chlist, bool verbose);
84
84
#endif
85
85
 
86
86