File: id.h

package info (click to toggle)
fakepop 10
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 124 kB
  • ctags: 39
  • sloc: ansic: 397; makefile: 82; sh: 26
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
/* $Id: id.h,v 1.1.1.1 2004/11/30 19:34:52 pzn Exp $ */

#ifndef _id_h
#define _id_h

void id_get_msgid (int i, char * msgid);
void id_get_uidl (int i, char * uidl);

#endif