summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_sync.c
diff options
context:
space:
mode:
authorKerrick Staley <mail@kerrickstaley.com>2011-06-19 06:24:06 +0200
committerDan McGee <dan@archlinux.org>2011-06-20 07:17:54 +0200
commitd980bd403d77933ea2b6636a296f6f905ef992a4 (patch)
tree6a2884f81ef210f8bcb99f0ac5962c48866483c3 /lib/libalpm/be_sync.c
parent620cddfc13fb2b2c9f1086ab201db5db3e25be1f (diff)
downloadpacman-d980bd403d77933ea2b6636a296f6f905ef992a4.tar.gz
pacman-d980bd403d77933ea2b6636a296f6f905ef992a4.tar.xz
Documented purpose of be_*.c
Added a line to the top of each of be_local.c, be_package.c, and be_sync.c indicating their purposes. Signed-off-by: Kerrick Staley <mail@kerrickstaley.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/be_sync.c')
-rw-r--r--lib/libalpm/be_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c
index bb109284..f0b1736d 100644
--- a/lib/libalpm/be_sync.c
+++ b/lib/libalpm/be_sync.c
@@ -1,5 +1,5 @@
/*
- * be_sync.c
+ * be_sync.c : backend for sync databases
*
* Copyright (c) 2006-2011 Pacman Development Team <pacman-dev@archlinux.org>
* Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org>