summaryrefslogtreecommitdiff
path: root/src/nslcd_proto/enumerator@T.got
diff options
context:
space:
mode:
Diffstat (limited to 'src/nslcd_proto/enumerator@T.got')
-rw-r--r--src/nslcd_proto/enumerator@T.got2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nslcd_proto/enumerator@T.got b/src/nslcd_proto/enumerator@T.got
index 023c774..cad54fa 100644
--- a/src/nslcd_proto/enumerator@T.got
+++ b/src/nslcd_proto/enumerator@T.got
@@ -2,7 +2,7 @@ package nslcd_proto
type <T>_Enumerator interface {
GetNext() (n *<T>, err error)
- GenericGetNext() (n interface{}, err error)
+ GenericGetNext() (n *interface{}, err error)
}
// -*- Mode: Go -*-