36888f5713de6d05c1c31f49447bc318d48797c4
[rrq/maintain_lilo.git] / src / identify.h
1 /* identify.h  -  Translate label names to kernel paths
2
3 Copyright 1992-1995 Werner Almesberger.
4 Copyright 1999-2004 John Coffman.
5 All rights reserved.
6
7 Licensed under the terms contained in the file 'COPYING' in the 
8 source directory.
9
10 */
11
12
13
14 #ifndef IDENTIFY_H
15 #define IDENTIFY_H
16
17 void identify_image(char *label,char *options);
18
19 /* Identifies the image which is referenced by the label. Prints the path name
20    to standard output. If options is non-NULL, the following characters are
21    used to filter the selection: i = traditional image, c = compound image,
22    v = verify that the file exists. An error message is printed to standard
23    error if no appropriate image can be found. */
24
25 #endif