File: stream.h

package info (click to toggle)
prayer 1.3.5-dfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,596 kB
  • sloc: ansic: 43,163; makefile: 817; sh: 445; perl: 166
file content (15 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $Cambridge: hermes/src/prayer/session/stream.h,v 1.3 2008/09/16 09:59:58 dpc22 Exp $ */
/************************************************
 *    Prayer - a Webmail Interface              *
 ************************************************/

/* Copyright (c) University of Cambridge 2000 - 2008 */
/* See the file NOTICE for conditions of use and distribution. */

unsigned long
stream_check_uid(struct session *session,
                 MAILSTREAM * stream,
                 unsigned long msgno, unsigned long msguid);

unsigned long
stream_find_unread(struct session *session, MAILSTREAM * stream);