13 lines
195 B
C
13 lines
195 B
C
/*
|
|
* $Source$
|
|
* $Revision$
|
|
* $Date$
|
|
*
|
|
* Copyright (C) 1996 by CyberSolutions GmbH.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
void AppendSignature(FILE * fh);
|