source: trunk/src/ifd/ifdhandler.h @ 665

Revision 665, 597 bytes checked in by aj, 7 years ago (diff)

Lindent for consistent style

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1/*
2 * Internal ifdhandler functions
3 *
4 * Copyright (C) 2003 Olaf Kirch <okir@suse.de>
5 */
6
7#ifndef IFD_IFDHANDLER_H
8#define IFD_IFDHANDLER_H
9
10#include <openct/buffer.h>
11#include <openct/socket.h>
12#include <openct/ifd.h>
13
14extern int ifdhandler_process(ct_socket_t *, ifd_reader_t *,
15                              ct_buf_t *, ct_buf_t *);
16extern int ifdhandler_lock(ct_socket_t *, int, int, ct_lock_handle *);
17extern int ifdhandler_check_lock(ct_socket_t *, int, int);
18extern int ifdhandler_unlock(ct_socket_t *, int, ct_lock_handle);
19extern void ifdhandler_unlock_all(ct_socket_t *);
20
21#endif                          /* IFD_IFDHANDLER_H */
Note: See TracBrowser for help on using the repository browser.