Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>2006-04-23 22:26:03 +0400
committerJacob Nevins <jacobn@chiark.greenend.org.uk>2006-04-23 22:26:03 +0400
commit7958a63147b848a1951bafe3880e1510e620c94f (patch)
tree33983bfc23efcdda7ebd03d842d7f82c5a1d5896 /logging.c
parenta58cd426b81cc07f27833e5662eea4088a0b53cd (diff)
Sprinkle some header comments in various files in an attempt to explain what
they're for. [originally from svn r6639]
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/logging.c b/logging.c
index ab765b3b..8122a480 100644
--- a/logging.c
+++ b/logging.c
@@ -1,3 +1,7 @@
+/*
+ * Session logging.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>