瀏覽代碼

Pollard's attack header.

Michele Orrù 11 年之前
父節點
當前提交
6769e7afc6
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/questions/qpollard.h

+ 6 - 0
src/questions/qpollard.h

@@ -0,0 +1,6 @@
+#ifndef _QA_POLLARD_H_
+#define _QA_POLLARD_H_
+
+extern struct qa_question PollardQuestion;
+
+#endif /* _QA_POLLARD_H_ */