git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf662f
)
stub glite_jppsbe_get_names()
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 17 Aug 2005 09:56:12 +0000
(09:56 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 17 Aug 2005 09:56:12 +0000
(09:56 +0000)
org.glite.jp.primary/src/new_ftp_backend.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/new_ftp_backend.c
b/org.glite.jp.primary/src/new_ftp_backend.c
index
a145206
..
b2954a2
100644
(file)
--- a/
org.glite.jp.primary/src/new_ftp_backend.c
+++ b/
org.glite.jp.primary/src/new_ftp_backend.c
@@
-1793,6
+1793,19
@@
int glite_jppsbe_is_metadata(glite_jp_context_t ctx,const char *attr)
}
+int glite_jppsbe_get_names(
+ glite_jp_context_t ctx,
+ const char *job,
+ const char *class,
+ char ***names_out
+)
+{
+ /* TODO */
+ abort();
+}
+
+
+
/* XXX:
- no primary authorization yet
- no concurrency control yet