~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to include/tools-internal/progress.h

  • Committer: David Weber
  • Date: 2012-01-30 08:42:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: wb@munzinger.de-20120130084200-c8cy478mu9fk7tkf
Import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
void tools_progress_disable(void);
37
37
 
38
38
/*
 
39
 * Returns 1 if progress display is enabled, 0 if not.
 
40
 */
 
41
int tools_progress_enabled(void);
 
42
 
 
43
/*
39
44
 * Callers should use the progress API unconditionally.  If the progress
40
45
 * display is not enabled, the functions are no-ops.
41
46
 *