summaryrefslogtreecommitdiff
path: root/src/raptor_locator.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-01-30 21:02:45 -0800
committerDave Beckett <dave@dajobe.org>2010-01-30 21:02:45 -0800
commit4169828317cbb498a722691d4c40d9f6e841ff0f (patch)
tree30150f7323b80eae743f6f054761595f837127c1 /src/raptor_locator.c
parentc04d1ccb1165571f57d6c3e8c8d94768d4227eee (diff)
downloadraptor-4169828317cbb498a722691d4c40d9f6e841ff0f.tar.gz
raptor_print_locator renamed to raptor_locator_print
Diffstat (limited to 'src/raptor_locator.c')
-rw-r--r--src/raptor_locator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raptor_locator.c b/src/raptor_locator.c
index 6b37dde8..87f8a780 100644
--- a/src/raptor_locator.c
+++ b/src/raptor_locator.c
@@ -49,7 +49,7 @@
/**
- * raptor_print_locator:
+ * raptor_locator_print:
* @locator: #raptor_locator to print
* @stream: stream to print to
*
@@ -57,7 +57,7 @@
*
**/
void
-raptor_print_locator(raptor_locator* locator, FILE *stream)
+raptor_locator_print(raptor_locator* locator, FILE *stream)
{
if(!locator)
return;