* Fix an error in compilation when Alpine is not built with S/MIME
[alpine.git] / alpine / print.h
blob73e228b43e0ff6ccee4d52a196e5e0ac748d6a26
1 /*
2 * $Id: print.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_PRINT_INCLUDED
17 #define PINE_PRINT_INCLUDED
20 #include "../pith/state.h"
23 /* exported protoypes */
24 char *printer_name(char *);
25 #ifndef DOS
26 void select_printer(struct pine *, int);
27 #endif
30 #endif /* PINE_PRINT_INCLUDED */