* Create help for explaining how encrypted password file support
[alpine.git] / pith / detoken.h
blobcf7f34ea9f839f933b5c8fa3c842853b1efa6c77
1 /*
2 * $Id: detoken.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 PITH_DETOKEN_INCLUDED
17 #define PITH_DETOKEN_INCLUDED
20 #include "../pith/pattern.h"
21 #include "../pith/repltype.h"
24 /* exported protoypes */
25 char *detoken(ACTION_S *, ENVELOPE *, int, int, int, REDRAFT_POS_S **, int *);
26 char *detoken_src(char *, int, ENVELOPE *, ACTION_S *, REDRAFT_POS_S **, int *);
29 #endif /* PITH_DETOKEN_INCLUDED */