* S/MIME: validation of signed messages in servers that modify
[alpine.git] / alpine / remote.h
blob2509c79faa245d40e4933e728d439b7e139c1faf
1 /*
2 * $Id: remote.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_REMOTE_INCLUDED
17 #define PINE_REMOTE_INCLUDED
20 #include "../pith/remote.h"
23 /* exported protoypes */
24 char *rd_metadata_name(void);
27 #endif /* PINE_REMOTE_INCLUDED */