File: profile.h

package info (click to toggle)
reiser4progs 1.2.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 5,904 kB
  • sloc: ansic: 34,331; sh: 4,251; makefile: 994
file content (14 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by
   reiser4progs/COPYING.
   
   profile.h -- methods for working with profile reiser4 programs. */

#ifndef MISC_PROFILE_H
#define MISC_PROFILE_H

#include <reiser4/types.h>

extern void misc_profile_print(void);
extern errno_t misc_profile_override(char *override);

#endif