* Remove the ability to choose between the device and authorize methods
[alpine.git] / alpine / osdep / fltrname.h
blob523c641d3d89229c33dd72878e054eea5ff56a95
1 /*
2 * $Id: fltrname.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PINE_OSDEP_FLTRNAME_INCLUDED
17 #define PINE_OSDEP_FLTRNAME_INCLUDED
21 * Exported Prototypes
23 char *filter_filename(char *, int *, int);
26 #endif /* PINE_OSDEP_FLTRNAME_INCLUDED */