root/openpgpsdk/trunk/include/openpgpsdk/streamwriter.h
| Revision 697 (checked in by ben, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* |
| 2 | * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) |
| 3 | * All rights reserved. |
| 4 | * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted |
| 5 | * their moral rights under the UK Copyright Design and Patents Act 1988 to |
| 6 | * be recorded as the authors of this copyright work. |
| 7 | * |
| 8 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 9 | * use this file except in compliance with the License. |
| 10 | * |
| 11 | * You may obtain a copy of the License at |
| 12 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | * |
| 14 | * Unless required by applicable law or agreed to in writing, software |
| 15 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | * |
| 18 | * See the License for the specific language governing permissions and |
| 19 | * limitations under the License. |
| 20 | */ |
| 21 | |
| 22 | #ifndef __OPS_STREAMWRITER_H__ |
| 23 | #define __OPS_STREAMWRITER_H__ |
| 24 | |
| 25 | #include <openpgpsdk/readerwriter.h> |
| 26 | |
| 27 | void ops_writer_push_stream_encrypt_se_ip(ops_create_info_t *cinfo, |
| 28 | const ops_keydata_t *pub_key); |
| 29 | |
| 30 | #endif /*__OPS_STREAMWRITER_H__*/ |
Note: See TracBrowser for help on using the browser.
